Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -102,7 +102,7 @@ model = LiteLLMModel(
|
|
| 102 |
|
| 103 |
# --- Initialize Tool-Calling Agent ---
|
| 104 |
agent = ToolCallingAgent(
|
| 105 |
-
tools=[WebSearchTool(), WikipediaTool(), WeatherTool(),
|
| 106 |
model=model,
|
| 107 |
max_steps=10,
|
| 108 |
)
|
|
|
|
| 102 |
|
| 103 |
# --- Initialize Tool-Calling Agent ---
|
| 104 |
agent = ToolCallingAgent(
|
| 105 |
+
tools=[WebSearchTool(), WikipediaTool(), WeatherTool(), LoadCsvTool],
|
| 106 |
model=model,
|
| 107 |
max_steps=10,
|
| 108 |
)
|