mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
test: update snapshots for new ask_followup_question XML format
- Update architect-mode-prompt.snap and ask-mode-prompt.snap to match the new nested XML format - This fixes the failing unit tests that were caused by the format change from attribute-based to nested XML elements
This commit is contained in:
parent
bb28208f02
commit
3460a43995
2 changed files with 2 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ Example:
|
|||
<suggest><content>./frontend-config.json</content></suggest>
|
||||
</follow_up>
|
||||
</ask_followup_question>
|
||||
|
||||
## attempt_completion
|
||||
Description: After each tool use, the user will respond with the result of that tool use, i.e. if it succeeded or failed, along with any reasons for failure. Once you've received the results of tool uses and can confirm that the task is complete, use this tool to present the result of your work to the user. The user may respond with feedback if they are not satisfied with the result, which you can use to make improvements and try again.
|
||||
IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the user that any previous tool uses were successful. Failure to do so will result in code corruption and system failure. Before using this tool, you must ask yourself in <thinking></thinking> tags if you've confirmed from the user that any previous tool uses were successful. If not, then DO NOT use this tool.
|
||||
|
|
|
|||
|
|
@ -191,6 +191,7 @@ Example:
|
|||
<suggest><content>./frontend-config.json</content></suggest>
|
||||
</follow_up>
|
||||
</ask_followup_question>
|
||||
|
||||
## attempt_completion
|
||||
Description: After each tool use, the user will respond with the result of that tool use, i.e. if it succeeded or failed, along with any reasons for failure. Once you've received the results of tool uses and can confirm that the task is complete, use this tool to present the result of your work to the user. The user may respond with feedback if they are not satisfied with the result, which you can use to make improvements and try again.
|
||||
IMPORTANT NOTE: This tool CANNOT be used until you've confirmed from the user that any previous tool uses were successful. Failure to do so will result in code corruption and system failure. Before using this tool, you must ask yourself in <thinking></thinking> tags if you've confirmed from the user that any previous tool uses were successful. If not, then DO NOT use this tool.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue