You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, I can't find a way to access the actual reasoning content. For OpenAI models, I understand the SDK supports reasoning configuration in ModelSettings to expose reasoning content, but that is only supported for o-series models it seems like.
Is there any way to access the reasoning content from non-OpenAI models through the Agents SDK, or is this currently only supported for OpenAI models?
The text was updated successfully, but these errors were encountered:
I'm using the agents SDK with a non-OpenAI model that supports reasoning (using a ":thinking" suffix in the model name).
When using these models, I can see that the Generation output includes a count of "reasoning_tokens" in the usage stats:
However, I can't find a way to access the actual reasoning content. For OpenAI models, I understand the SDK supports
reasoning
configuration in ModelSettings to expose reasoning content, but that is only supported for o-series models it seems like.Is there any way to access the reasoning content from non-OpenAI models through the Agents SDK, or is this currently only supported for OpenAI models?
The text was updated successfully, but these errors were encountered: