Isaac454 commited on
Commit
aa92027
·
verified ·
1 Parent(s): 96b3da3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ model = LiteLLMModel(
96
  )
97
 
98
  # --- Initialize Tool-Calling Agent ---
99
- agent = CodeAgent(
100
  tools=[WebSearchTool(), WikipediaTool(), WeatherTool(), LoadCsvTool()],
101
  model=model,
102
  max_steps=10,
 
96
  )
97
 
98
  # --- Initialize Tool-Calling Agent ---
99
+ agent = ToolCallingAgent(
100
  tools=[WebSearchTool(), WikipediaTool(), WeatherTool(), LoadCsvTool()],
101
  model=model,
102
  max_steps=10,