znacer commited on
Commit
05f7c9d
·
unverified ·
1 Parent(s): 54bd833

another syntax error

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -52,7 +52,7 @@ def arxiv_search_tool(query: str) -> str:
52
  return "No content found"
53
 
54
 
55
- tools = [calculator, arxiv_search_tool, DuckDuckGoSearchTool, WikipediaSearchTool]
56
 
57
  model_id = "Qwen/Qwen3-30B-A3B"
58
  model = InferenceClientModel(
 
52
  return "No content found"
53
 
54
 
55
+ tools = [calculator, arxiv_search_tool, DuckDuckGoSearchTool(), WikipediaSearchTool()]
56
 
57
  model_id = "Qwen/Qwen3-30B-A3B"
58
  model = InferenceClientModel(