When I specify the tools for this assignment as mentioned in the directions
Creating Tools List:
-
Create a list of tools for use, such as
research_tools.arxiv_search_tool,research_tools.tavily_search_tool, andresearch_tools.wikipedia_search_tool.and as further instructed by the comments below
Save all of your available tools in the tools list. These can be found in the research_tools module.# You can identify each tool in your list like this: # research_tools.<name_of_tool>, where <name_of_tool> is replaced with the function name of the tool.I repeatedly get the following error
Research AgentFailed test case: research_agent raised ValueError (return_messages=False): One or more tools is not callable.
Expected: no exception
Got: One or more tools is not callableAny thoughts/suggestions on why this error and ways to address/fix.