Commit 5e4f8510 authored by John Wang's avatar John Wang

feat: change agent max_iterations to 10

parent 714e68cd
......@@ -96,7 +96,7 @@ class OrchestratorRuleParser:
summary_llm=summary_llm,
memory=memory,
callbacks=[chain_callback, agent_callback],
max_iterations=6,
max_iterations=10,
max_execution_time=400.0,
early_stopping_method="generate"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment