mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
Put tool calls on multiple lines when a multi-line tool use is used
This commit is contained in:
parent
4b2202cd26
commit
b717384420
1 changed files with 2 additions and 2 deletions
|
@ -458,7 +458,7 @@ Here are summaries of some files present in this repo:
|
||||||
|
|
||||||
## Tool Call Format
|
## Tool Call Format
|
||||||
- Tool calls MUST be at the end of your message, after a '---' separator
|
- Tool calls MUST be at the end of your message, after a '---' separator
|
||||||
- If emitting multiple tool calls (e.g., 3 or more), place each call on a new line for clarity.
|
- If emitting 3 or more tool calls, OR if any tool call spans multiple lines, place each call on a new line for clarity.
|
||||||
- You are encouraged to use tools for editing where possible, falling back to SEARCH/REPLACE when that doesn't work well.
|
- You are encouraged to use tools for editing where possible, falling back to SEARCH/REPLACE when that doesn't work well.
|
||||||
|
|
||||||
## SEARCH/REPLACE blocks
|
## SEARCH/REPLACE blocks
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue