Spaces:
Sleeping
Sleeping
Update gemini_agent.py
Browse files- 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=
|
| 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
|