Skip to content

Commit 6b6a92f

Browse files
committed
Fix build
1 parent b0e974c commit 6b6a92f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/src/pages/chat/useChat.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,6 @@ export function useChat({
14871487
},
14881488
// Use configured sub-agent model, fall back to current streaming model
14891489
defaultModel: subAgentModel || model,
1490-
conversationId: conversationIdRef.current,
14911490
};
14921491

14931492
const toolResults = await executeToolCalls(result.toolCalls, toolContext);

0 commit comments

Comments
 (0)