RCaz commited on
Commit
4199b2e
·
verified ·
1 Parent(s): 627350b

Update agent.py

Browse files
Files changed (1) hide show
  1. agent.py +1 -1
agent.py CHANGED
@@ -81,7 +81,7 @@ class TestAgent:
81
  wikipedia_tool, # tool from langchain with extra parmaeters
82
  #youtube_tools, # tool from MCP server
83
  FinalAnswerTool()],
84
- additional_authorized_imports=["pandas"],
85
  model=model,
86
  max_steps=3,
87
  verbosity_level=2
 
81
  wikipedia_tool, # tool from langchain with extra parmaeters
82
  #youtube_tools, # tool from MCP server
83
  FinalAnswerTool()],
84
+ additional_authorized_imports=["pandas","markdownify","requests"],
85
  model=model,
86
  max_steps=3,
87
  verbosity_level=2