Uh oh!
There was an error while loading. Please reload this page.
feat(web): add reasoningSummary support for OpenAI and Azure providers - #1102
Conversation
Adds a `reasoningSummary` configuration option that controls whether reasoning models return their reasoning process. Defaults to 'auto', can be set to 'detailed' for comprehensive reasoning or 'none' to disable. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This comment has been minimized.
This comment has been minimized.
Caution Review failedPull request was closed or merged during review WalkthroughThis PR extends OpenAI and Azure OpenAI provider configurations by adding a new Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
reasoningSummaryconfiguration option to the OpenAI and Azure OpenAI language model schemasauto(condensed summary). Set todetailedfor comprehensive reasoning ornoneto disable.reasoningSummarythrough to the AI SDK'sOpenAIResponsesProviderOptions🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation