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
@@ -436,7 +435,7 @@ function getAnthropicThinkBlocks(
436
435
return[
437
436
{
438
437
type: "thinking",
439
-
thinking: "",
438
+
thinking: THINKING_TEXT,// Compatible with opencode, it will filter out blocks where the thinking text is empty, so we add a default thinking text here
@@ -292,7 +293,7 @@ function handleReasoningOpaque(
292
293
index: state.contentBlockIndex,
293
294
delta: {
294
295
type: "thinking_delta",
295
-
thinking: "",
296
+
thinking: THINKING_TEXT,// Compatible with opencode, it will filter out blocks where the thinking text is empty, so we add a default thinking text here
0 commit comments