feat: add tool repetition monitoring to prevent infinite loops (#2527)
This commit is contained in:
@@ -41,6 +41,7 @@ pub async fn agent_generator(
|
||||
extensions_override: None,
|
||||
additional_system_prompt: None,
|
||||
debug: false,
|
||||
max_tool_repetitions: None,
|
||||
})
|
||||
.await;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user