fix: tool input {} prefix bug, tool display after accumulation, max_iterations unlimited

This commit is contained in:
Yeachan-Heo
2026-04-01 02:24:18 +00:00
parent 0d657d6400
commit 7289fcb3db
5 changed files with 21 additions and 11 deletions

View File

@@ -116,7 +116,7 @@ where
tool_executor,
permission_policy,
system_prompt,
max_iterations: 16,
max_iterations: usize::MAX,
usage_tracker,
}
}