I have an assistant that has 5 functions.
when I insert the first message, the 1st function works. However, after the response of the first function is completed, it’s already going to the next function. It should wait until I send a new message and then go to the 2nd function.
It should be something like prompt → 1st function → prompt → second function, etc. How can I make my assistant do the way described above?
What does your system prompt look like?
In the Assistant description, explicitly ask it to to respond with “OK” after calling any function. Does that help?