We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nextThoughtNeeded
1 parent 33e029f commit 6eb8ce9Copy full SHA for 6eb8ce9
src/sequentialthinking/index.ts
@@ -69,7 +69,7 @@ You should:
69
8. Verify the hypothesis based on the Chain of Thought steps
70
9. Repeat the process until satisfied with the solution
71
10. Provide a single, ideally correct answer as the final output
72
-11. Only set next_thought_needed to false when truly done and a satisfactory answer is reached`,
+11. Only set nextThoughtNeeded to false when truly done and a satisfactory answer is reached`,
73
inputSchema: {
74
thought: z.string().describe("Your current thinking step"),
75
nextThoughtNeeded: z.boolean().describe("Whether another thought step is needed"),
0 commit comments