Find answers from the community

Updated 2 months ago

[Bug]: OpenAI Agents ValueError: Tool wi...

Hi Guys, I am new here. Love the work llama-index is doing. I built a small prototype but I am getting this error. File "/Users//projects//myenv/lib/python3.11/site-packages/llama_index/agent/openai_agent.py", line 40, in get_function_by_name
raise ValueError(f"Tool with name {name} not found")
ValueError: Tool with name python not found

Seems like there was an issue raised by here https://github.com/run-llama/llama_index/issues/7243

Appreciate the direction.
k
1 comment
i figured out. I was passing a sample tool from documentation. Works properly now.
Add a reply
Sign up and join the conversation on Discord