Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ if image_generation_tool: # Only add if it's valid
|
|
59 |
|
60 |
agent = CodeAgent(
|
61 |
model=model,
|
62 |
-
tools=
|
63 |
max_steps=6,
|
64 |
verbosity_level=1,
|
65 |
grammar=None,
|
|
|
59 |
|
60 |
agent = CodeAgent(
|
61 |
model=model,
|
62 |
+
tools= [final_answer], ## add your tools here (don't remove final answer)
|
63 |
max_steps=6,
|
64 |
verbosity_level=1,
|
65 |
grammar=None,
|