diff --git a/src/core/prompts/tools/ask-followup-question.ts b/src/core/prompts/tools/ask-followup-question.ts index 14adb42d69..92f79ab1e3 100644 --- a/src/core/prompts/tools/ask-followup-question.ts +++ b/src/core/prompts/tools/ask-followup-question.ts @@ -4,19 +4,14 @@ Description: Ask the user a question to gather additional information needed to Parameters: - question: (required) A clear, specific question addressing the information needed -- follow_up: (required) A list of 2-4 suggested answers, each in its own tag with nested element. Suggestions must be complete, actionable answers without placeholders. Optionally include element to switch modes (code/architect/etc.) +- follow_up: (required) A list of 2-4 suggested answers, each in its own tag. Suggestions must be complete, actionable answers without placeholders. Optionally include to switch modes (code/architect/etc.) Usage: Your question here - -Your suggested answer here - - -code -Implement the solution - +First suggestion +codeAction with mode switch @@ -24,33 +19,9 @@ Example: What is the path to the frontend-config.json file? - -./src/frontend-config.json - - -./config/frontend-config.json - - -./frontend-config.json - - - - -Example: Asking a question with mode switching options - -How would you like to proceed with this task? - - -code -Start implementing the solution - - -architect -Plan the architecture first - - -Continue with more details - +./src/frontend-config.json +./config/frontend-config.json +./frontend-config.json ` }