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 acdecbb729
commit 1a4cbbfcc1
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,
}
}