Skip to content

Commit 5b9a760

Browse files
committed
Mention project in example
1 parent fe4c3c6 commit 5b9a760

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

crates/code_assistant/resources/chat/system_message_tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ multiple lines
3636
For example:
3737

3838
<tool:read_files>
39+
<param:project>frontend</param:project>
3940
<param:path>src/main.js</param:path>
4041
</tool:read_files>
4142

crates/code_assistant/resources/working_memory/system_message_tools.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Tool use is formatted using XML-style tags. The tool name is prefixed by 'tool:'
3636
For example:
3737

3838
<tool:read_files>
39+
<param:project>frontend</param:project>
3940
<param:path>src/main.js</param:path>
4041
</tool:read_files>
4142

0 commit comments

Comments
 (0)