-
Notifications
You must be signed in to change notification settings - Fork 1.2k
What is the role of ReasoningItem #480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
same question with me, openai agent can't output the reasoning content |
It's used for models that reason. Try this, for example:
|
@rm-openai I tested your code, but the issue persists. The summary field of ResponseReasoningItem remains empty ([]). Even after modifying the question to make it more complex, the logs still contain no reasoning content.
|
@1164974997 oops you're totally right, you'll need to include the
Output:
|
Question
I would like the model to output reasoning trace before performing some action.
I do not understand how ReasoningItem can be retrieved. Is ReasoningItem being used in the codebase?
Is there a way I can prompt the model to output ReasoningItem?
The text was updated successfully, but these errors were encountered: