From d6e58ce06355706993443a0f51803aa79071103c Mon Sep 17 00:00:00 2001 From: "Amar Sood (tekacs)" Date: Sat, 12 Apr 2025 10:21:14 -0400 Subject: [PATCH] Emit more than 3 tool calls on separate lines --- aider/coders/navigator_prompts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/aider/coders/navigator_prompts.py b/aider/coders/navigator_prompts.py index 660f8c06b..6f911c415 100644 --- a/aider/coders/navigator_prompts.py +++ b/aider/coders/navigator_prompts.py @@ -455,6 +455,7 @@ Here are summaries of some files present in this repo: ## Tool Call Format - 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. - You are encouraged to use tools for editing where possible, falling back to SEARCH/REPLACE when that doesn't work well. ## SEARCH/REPLACE blocks @@ -504,4 +505,4 @@ Let me explore the codebase more strategically this time: - I'll use tool calls to automatically continue exploration until I have enough information I'll start exploring again with improved search strategies to find exactly what we need. -""" +""" \ No newline at end of file