DTStudios commited on
Commit
9590371
·
verified ·
1 Parent(s): 5b6b5ca

Update app.py

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