Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,7 +57,7 @@ agent = CodeAgent(
|
|
| 57 |
tools=tool,
|
| 58 |
model= model,
|
| 59 |
add_base_tools=True, # still give web_search, visit_webpage, final_answer
|
| 60 |
-
name="Agent Socks"
|
| 61 |
description="Practicing agent with simple math and time tools"
|
| 62 |
)
|
| 63 |
|
|
|
|
| 57 |
tools=tool,
|
| 58 |
model= model,
|
| 59 |
add_base_tools=True, # still give web_search, visit_webpage, final_answer
|
| 60 |
+
name="Agent Socks",
|
| 61 |
description="Practicing agent with simple math and time tools"
|
| 62 |
)
|
| 63 |
|