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
Simplify ask_followup_question tool documentation
- Condensed description and parameters to remove redundant explanations
- Reduced from 2 verbose examples to 1 concise example
- Streamlined usage format to show inline suggest tags
- Maintained all critical requirements (complete answers, no placeholders, mode switching)
- Reduced overall documentation size by ~60% while preserving clarity
Copy file name to clipboardExpand all lines: src/core/prompts/tools/ask-followup-question.ts
+6-35Lines changed: 6 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -4,53 +4,24 @@ Description: Ask the user a question to gather additional information needed to
4
4
5
5
Parameters:
6
6
- question: (required) A clear, specific question addressing the information needed
7
-
- follow_up: (required) A list of 2-4 suggested answers, each in its own <suggest> tag with nested <content> element. Suggestions must be complete, actionable answers without placeholders. Optionally include <mode> element to switch modes (code/architect/etc.)
7
+
- follow_up: (required) A list of 2-4 suggested answers, each in its own <suggest> tag. Suggestions must be complete, actionable answers without placeholders. Optionally include <mode> to switch modes (code/architect/etc.)
0 commit comments