Merge branch 'main' into claude/issue-2361-20250817-1626

This commit is contained in:
Ola Hungerford
2025-08-27 05:10:16 -07:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -206,12 +206,12 @@ You should:
},
thoughtNumber: {
type: "integer",
description: "Current thought number",
description: "Current thought number (numeric value, e.g., 1, 2, 3)",
minimum: 1
},
totalThoughts: {
type: "integer",
description: "Estimated total thoughts needed",
description: "Estimated total thoughts needed (numeric value, e.g., 5, 10)",
minimum: 1
},
isRevision: {