I am having some issues with the GPTAssistantAgents in the way that they cannot find the function stated in their JSON schema.
I get the following error:
INFO:autogen.agentchat.contrib.gpt_assistant_agent:Intermediate executing(check_for_collisions, Sucess: False) : Error: Function check_for_collisions not found.
INFO:autogen.agentchat.contrib.gpt_assistant_agent:Intermediate executing(check_for_collisions, Sucess: False) : Error: Function check_for_collisions not found.
Hello everybody,
I am having some issues with the GPTAssistantAgents in the way that they cannot find the function stated in their JSON schema.
I get the following error:
Here is a link to my code:
https://colab.research.google.com/drive/1SgibCLvf0HLnTxfWMzaPbEPLYRfZw4RU?usp=sharing
Thanks in advance,
Ata