mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
fix: update new_task tool example to include todos parameter
- Updated the example in tool-use.ts to show the todos parameter - This prevents AI confusion about whether todos is a valid parameter - The example now demonstrates the complete tool usage pattern
This commit is contained in:
parent
bb688dc8f8
commit
cfd3cac881
1 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ For example, to use the new_task tool:
|
|||
<new_task>
|
||||
<mode>code</mode>
|
||||
<message>Implement a new feature for the application.</message>
|
||||
<todos>
|
||||
[ ] Design the feature architecture
|
||||
[ ] Implement core functionality
|
||||
[ ] Add error handling
|
||||
[ ] Write tests
|
||||
</todos>
|
||||
</new_task>
|
||||
|
||||
Always use the actual tool name as the XML tag name for proper parsing and execution.`
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue