Hello everyone,
I'm trying to understand how to best controll the moment that tool calls are sent.
Here is my use-case
1. Bot fetches information (tool call)
2. Bot asks questions
3. Bot listens to the user's answer
4. Bot provides feedback
5. Bot fetches the next conversation item with tool_call
My problem is that, at the moment, the bot jumps to step 5 right after step 3, so the information provided during step 4 is not relevant, because it depends on the next conversation item, no the one that was currently discussed.