keynes42 commited on
Commit
4de5a13
·
verified ·
1 Parent(s): 4673b2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ class BasicAgent:
24
  # Initialize the agent
25
  self.agent = CodeAgent(
26
  model=model,
27
- tool=[],
28
  add_base_tools=True
29
  )
30
 
 
24
  # Initialize the agent
25
  self.agent = CodeAgent(
26
  model=model,
27
+ tools=[],
28
  add_base_tools=True
29
  )
30