-
-
Notifications
You must be signed in to change notification settings - Fork 2
Reasoning summaries #16
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
I need to verify my account before I can try this out, but the verification flow is currently broken for me for some reason. |
My account is now verified. |
Ooh this is interesting. I got it working in non-streaming mode where the logged JSON included this:
In streaming mode with an extra
Then at the end of that a bunch of these:
The use of |
Using curl https://api.openai.com/v1/responses \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $(llm keys get openai)" \
-d '{
"model": "o3",
"input": "why is the sky blue?",
"reasoning": {"summary": "auto"},
"stream": true
}' Output (truncated in the middle):
|
https://platform.openai.com/docs/guides/reasoning#reasoning-summaries
The text was updated successfully, but these errors were encountered: