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/7243Appreciate the direction.