Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ class LangChainAgentWrapper:
|
|
| 145 |
|
| 146 |
self.agent_executor = AgentExecutor(
|
| 147 |
agent=agent,
|
| 148 |
-
tools=self.tools,
|
| 149 |
verbose=True,
|
| 150 |
handle_parsing_errors=True,
|
| 151 |
max_iterations=15 # Set iteration limit
|
|
|
|
| 145 |
|
| 146 |
self.agent_executor = AgentExecutor(
|
| 147 |
agent=agent,
|
| 148 |
+
tools=self.tools,
|
| 149 |
verbose=True,
|
| 150 |
handle_parsing_errors=True,
|
| 151 |
max_iterations=15 # Set iteration limit
|