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: internal/agent/tools/sequentialthinking.go
+10-10Lines changed: 10 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -87,44 +87,44 @@ Each thought can build on, question, or revise previous insights as understandin
87
87
"type": "string",
88
88
"description": "Your current thinking step. Write in natural, user-friendly language. NEVER mention tool names (like \"grep_chunks\", \"knowledge_search\", \"web_search\", etc.). Instead, describe actions in plain language (e.g., \"I'll search for key terms\" instead of \"I'll use grep_chunks\"). Focus on WHAT you're trying to find and WHY, not HOW (which tools you'll use)."
89
89
},
90
-
"nextThoughtNeeded": {
90
+
"next_thought_needed": {
91
91
"type": "boolean",
92
92
"description": "Whether another thought step is needed"
93
93
},
94
-
"thoughtNumber": {
94
+
"thought_number": {
95
95
"type": "integer",
96
96
"description": "Current thought number (numeric value, e.g., 1, 2, 3)",
97
97
"minimum": 1
98
98
},
99
-
"totalThoughts": {
99
+
"total_thoughts": {
100
100
"type": "integer",
101
101
"description": "Estimated total thoughts needed (numeric value, e.g., 5, 10)",
102
102
"minimum": 5
103
103
},
104
-
"isRevision": {
104
+
"is_revision": {
105
105
"type": "boolean",
106
106
"description": "Whether this revises previous thinking"
107
107
},
108
-
"revisesThought": {
108
+
"revises_thought": {
109
109
"type": "integer",
110
110
"description": "Which thought is being reconsidered",
0 commit comments