mrks89 commited on
Commit
4d1b852
·
verified ·
1 Parent(s): 7864183

Update gemini_agent.py

Browse files
Files changed (1) hide show
  1. gemini_agent.py +1 -1
gemini_agent.py CHANGED
@@ -589,7 +589,7 @@ New question: {input}
589
  agent=agent,
590
  tools=self.tools,
591
  memory=self.memory,
592
- max_iterations=15,
593
  verbose=True,
594
  handle_parsing_errors=True,
595
  return_only_outputs=True # This ensures we only get the final output
 
589
  agent=agent,
590
  tools=self.tools,
591
  memory=self.memory,
592
+ max_iterations=30,
593
  verbose=True,
594
  handle_parsing_errors=True,
595
  return_only_outputs=True # This ensures we only get the final output