DragonProgrammer commited on
Commit
864174a
·
verified ·
1 Parent(s): fbafb76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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