Getting error in running graded lab

Getting error in M5 Graded Assignment step 13 unittests.test_research_agent(research_agent)

Failed test case: research_agent raised AttributeError (return_messages=False): module 'research_tools' has no attribute 'arxiv_tool'.
Expected: no exception
Got: module 'research_tools' has no attribute 'arxiv_tool'

your error is probably pointing that the agent you recalled with isn’t correct, did you assign your research agent as arxiv_tool?? I don’t remember any of the exercises in the agentic ai assignment being called with that variable name.

Thanks for reply. Found out my issue. Correct name was arxiv_search_tool

I am glad you caught the bug*er ,:joy: with the hint provided