Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions src/core/prompts/__tests__/__snapshots__/system.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -519,7 +519,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -1013,7 +1013,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -1507,7 +1507,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -2057,7 +2057,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -2619,7 +2619,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -3169,7 +3169,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -3751,7 +3751,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -4287,7 +4287,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -4858,7 +4858,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -5343,7 +5343,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -5745,7 +5745,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down Expand Up @@ -6325,7 +6325,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down
2 changes: 1 addition & 1 deletion src/core/prompts/sections/tool-use.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Tool uses are formatted using XML-style tags. The tool name itself becomes the X
...
</actual_tool_name>
For example, to use the read_file tool:
For example, to use the new_task tool:
<new_task>
<mode>code</mode>
Expand Down