feat: ReAct tool calling (#2104)

This commit is contained in:
yetone
2025-05-31 08:53:34 +08:00
committed by GitHub
parent 22418bff8b
commit bc403ddcbf
25 changed files with 1358 additions and 188 deletions

View File

@@ -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.