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: crates/q_chat/src/tools/tool_index.json
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -176,5 +176,19 @@
176
176
},
177
177
"required": ["title"]
178
178
}
179
+
},
180
+
"q_think_tool":{
181
+
"name": "q_think_tool",
182
+
"description": "The Think Tool is an internal reasoning mechanism enabling the model to systematically approach complex tasks by logically breaking them down before responding or acting; use it specifically for multi-step problems requiring step-by-step dependencies, reasoning through multiple constraints, synthesizing results from previous tool calls, planning intricate sequences of actions, troubleshooting complex errors, or making decisions involving multiple trade-offs. Avoid using it for straightforward tasks, basic information retrieval, summaries, always clearly define the reasoning challenge, structure thoughts explicitly, consider multiple perspectives, and summarize key insights before important decisions or complex tool interactions.",
183
+
"input_schema": {
184
+
"type": "object",
185
+
"properties": {
186
+
"thought": {
187
+
"type": "string",
188
+
"description": "A reflective note or intermediate reasoning step."
0 commit comments