You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/copilot/components/copilot-message/components/thinking-block/thinking-block.tsx
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,16 @@ import { CopilotMarkdownRenderer } from '../markdown-renderer'
7
7
8
8
/**
9
9
* Removes thinking tags (raw or escaped) from streamed content.
10
+
* Also strips special tags (options, plan) that may have been accidentally included.
0 commit comments