GPT-4o cannot properly call custom functions more than half the time

I guess we are stuck using gpt-4-turbo…

Hello brian, i am experiencing at the moment a similar problem, i am using open ai gpt 4o mini model, sometimes it gets stuck this way :

  • It should call functions, it starts by calling one function, and then it generates a response to the user in between (while having to call other functions instead before generating an answer) saying : “Hang on, i will check for …” (checking needs functions to call)
  • It should call functions but it doesn’t even start to call, and instead it generates “Just a moment i am searching for …” (even when prompting again with okay or take your time or something similar, it doesn’t start calling the functions and keeps responding the same way, “Okay i udnerstood you want … Just a moment i will search for …” while searching for that thing usually requires a function call") note that i am developing a conversational bot with one message response at a time to the user (not multiple) , yet it still acts this way