feat: ReAct tool calling (#2104)
This commit is contained in:
@@ -5,9 +5,11 @@
|
||||
|
||||
RULES
|
||||
|
||||
- NEVER reply the updated code.
|
||||
|
||||
- Always reply to the user in the same language they are using.
|
||||
|
||||
- Don't just provide code suggestions, use the `replace_in_file` tool to help users fulfill their needs.
|
||||
- Don't just provide code suggestions, use the `replace_in_file` tool or `str_replace` tool to help users fulfill their needs.
|
||||
|
||||
- After the tool call is complete, please do not output the entire file content.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user