Replies: 3 comments 3 replies
-
I believe you have to pass not only the results, but also the
This way the |
Beta Was this translation helpful? Give feedback.
-
If you are using
If you are not using
You also don't need to add |
Beta Was this translation helpful? Give feedback.
-
Hoping to pick brains again. I've tried to move to GPT5 because 4o refuses to run multiple tool calls with built in functions like "web_search". GPT-5 calls them properly but when I try to use the same inputs into the second call I get an error about the reasoning not being found for a function call.
I've tried providing the reasoning item along with the inputs but to no avail in multiple different ways. Anyone seen this? How do I add the reasoning properly? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I have been banging my head against the wall here trying to get function calls to work in streaming mode.
I keep getting "No tool call found for function call output with call_id call_sRySPrMxTPLe43ZahK6DrobZ"
My tools definition is:
This is is getting called when i use it like:
Which I then process like:
This leaves me with toolCalls to process and then get the outputs
And then I pass the tool data back to the responses API.
that call always throws an error about "No tool call found for function call output with call_id call_XXXXXXXXXXXXXXXXXXXXXXXX" but I have inspected the input $messages and it looks correct. Is there a special key I should be associating the function call data too?
Beta Was this translation helpful? Give feedback.
All reactions