Hey, there is a issue in the below link when you're converting the agents into the tool then you just only mentiond the
# convert the agent into the tool shopping_agent = shopping_agent.as_tool()
https://github.com/panaversity/learn-agentic-ai/tree/main/01_ai_agents_first/09_agents_as_tool
But this is not how's it work you should need to pass the tool_name & tool_description
Thank you!!!