Open
Description
Please read this first
- Have you read the docs?
Yes - Have you searched for related issues?
Yes
Question
Hi, i'm currently in the process of integrating reasoning in a multiagent application with MCPs but i noticed that events for reasoning are only coming after all the tool calls and right before the agent answer in the reasoning item event.
What I would like to achieve is to have resoning content announcing actions and reasons behind the actions similar to the one implemented in ChatGPT resoning feature. For instance:
"I'm calling this tool since i need it for this..."
And after the tool call:
"I retrieved this information but is not sufficient, i'll use this other tool..."
Is that possible with the sdk?
I'm using azure deployment of o3-mini giving to the agent the model as OpenAIResponseModel with azure client object.
Thanks