mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
test: update snapshots for ask-followup-question tool changes
This commit is contained in:
parent
ec976f6a66
commit
f599f6471b
8 changed files with 40 additions and 0 deletions
|
|
@ -293,6 +293,11 @@ Example: Requesting to execute ls in a specific directory if directed
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
|
|
@ -346,6 +346,11 @@ Example: Requesting to execute ls in a specific directory if directed
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
|
|
@ -293,6 +293,11 @@ Example: Requesting to execute ls in a specific directory if directed
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
|
|
@ -381,6 +381,11 @@ Example: Requesting to execute ls in a specific directory if directed
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
|
|
@ -293,6 +293,11 @@ Example: Requesting to execute ls in a specific directory if directed
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
|
|
@ -346,6 +346,11 @@ Example: Requesting to execute ls in a specific directory if directed
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
|
|
@ -342,6 +342,11 @@ Example: Requesting to access an MCP resource
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
|
|
@ -293,6 +293,11 @@ Example: Requesting to execute ls in a specific directory if directed
|
|||
|
||||
## ask_followup_question
|
||||
Description: Ask the user a question to gather additional information needed to complete the task. This tool should be used when you encounter ambiguities, need clarification, or require more details to proceed effectively. It allows for interactive problem-solving by enabling direct communication with the user. Use this tool judiciously to maintain a balance between gathering necessary information and avoiding excessive back-and-forth.
|
||||
IMPORTANT: Before asking the user for information:
|
||||
1. YOU MUST FIRST use available tools (eg, search_files, list_files, ...) to locate any needed information
|
||||
2. YOU MUST ONLY request user-provided details when those tools cannot retrieve them (eg, design specific considerations).
|
||||
3. YOU MUST PRIORITIZE your own knowledge and ONLY ask the user if you lack the answer when multiple options are suitable and require human consideration.
|
||||
|
||||
Parameters:
|
||||
- question: (required) The question to ask the user. This should be a clear, specific question that addresses the information you need.
|
||||
- follow_up: (required) A list of 2-4 suggested answers that logically follow from the question, ordered by priority or logical sequence. Each suggestion must:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue