Abraham E. Tavarez commited on
Commit
48777c4
·
1 Parent(s): 7f2a6ee

python tool removed

Browse files
Files changed (1) hide show
  1. hf_tool_calling_agent.py +1 -1
hf_tool_calling_agent.py CHANGED
@@ -28,7 +28,7 @@ wikipedia = Tool.from_langchain(load_tools(["wikipedia"])[0])
28
  tools = [
29
  DuckDuckGoSearchTool(),
30
  VisitWebpageTool(),
31
- PythonInterpreterTool(),
32
  FinalAnswerTool(),
33
  wikipedia,
34
  ]
 
28
  tools = [
29
  DuckDuckGoSearchTool(),
30
  VisitWebpageTool(),
31
+ # PythonInterpreterTool(),
32
  FinalAnswerTool(),
33
  wikipedia,
34
  ]