Skip to content

Commit da59112

Browse files
committed
docs: clarify when to use update_todo_list tool
Added 'complicated' to the condition for when to use the update_todo_list tool, making it clearer that the tool should be used for tasks that are either complicated OR involve multiple steps.
1 parent b6bded9 commit da59112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/prompts/tools/update-todo-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Replace the entire TODO list with an updated checklist reflecting the current st
5656
</update_todo_list>
5757
5858
**When to Use:**
59-
- The task involves multiple steps or requires ongoing tracking.
59+
- The task is complicated or involves multiple steps or requires ongoing tracking.
6060
- You need to update the status of several todos at once.
6161
- New actionable items are discovered during task execution.
6262
- The user requests a todo list or provides multiple tasks.

0 commit comments

Comments
 (0)