Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ tool_registry = {
|
|
| 83 |
from registry import tool_registry
|
| 84 |
|
| 85 |
agent_tools = [entry["tool"] for entry in tool_registry.values() if entry["enabled"]
|
| 86 |
-
|
| 87 |
agent = CodeAgent(
|
| 88 |
model=model,
|
| 89 |
tools=[final_answer], [calculator], [get_current_time_in_timezone]
|
|
|
|
| 83 |
from registry import tool_registry
|
| 84 |
|
| 85 |
agent_tools = [entry["tool"] for entry in tool_registry.values() if entry["enabled"]
|
| 86 |
+
]
|
| 87 |
agent = CodeAgent(
|
| 88 |
model=model,
|
| 89 |
tools=[final_answer], [calculator], [get_current_time_in_timezone]
|