mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
address comments left by @d-oit on #2967 (Fix: update parameter names in new task description for consistency);
This commit is contained in:
parent
3e56f867b1
commit
85fd3146aa
1 changed files with 4 additions and 4 deletions
|
|
@ -1269,21 +1269,21 @@ Example: Requesting to switch to code mode
|
|||
</switch_mode>
|
||||
|
||||
## new_task
|
||||
Description: Create a new task with a specified starting mode and initial message. This tool instructs the system to create a new Cline instance in the given mode with the provided message.
|
||||
Description: Create a new task with a specified starting mode and initial message. This tool instructs the system to create a new Cline instance in the given mode_slug with the provided message.
|
||||
|
||||
Parameters:
|
||||
- mode: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
|
||||
- mode_slug: (required) The slug of the mode to start the new task in (e.g., "code", "ask", "architect").
|
||||
- message: (required) The initial user message or instructions for this new task.
|
||||
|
||||
Usage:
|
||||
<new_task>
|
||||
<mode>your-mode-slug-here</mode>
|
||||
<mode_slug>your-mode-slug-here</mode_slug>
|
||||
<message>Your initial instructions here</message>
|
||||
</new_task>
|
||||
|
||||
Example:
|
||||
<new_task>
|
||||
<mode>code</mode>
|
||||
<mode_slug>code</mode_slug>
|
||||
<message>Implement a new feature for the application.</message>
|
||||
</new_task>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue