Skip to content

Comments

FEAT: add reasoning_effort and reasoning_summary to OpenAIResponseTarget#1385

Open
romanlutz wants to merge 3 commits intoAzure:mainfrom
romanlutz:romanlutz/response_api_reasoning
Open

FEAT: add reasoning_effort and reasoning_summary to OpenAIResponseTarget#1385
romanlutz wants to merge 3 commits intoAzure:mainfrom
romanlutz:romanlutz/response_api_reasoning

Conversation

@romanlutz
Copy link
Contributor

Adds first-class support for the OpenAI Responses API reasoning parameter. Users can now control reasoning effort (minimal/low/medium/high) and optionally request reasoning summaries (auto/concise/detailed).

Uses ReasoningEffort type from the OpenAI SDK directly.

Closes #1384

romanlutz and others added 3 commits February 20, 2026 16:23
Adds first-class support for the OpenAI Responses API reasoning parameter.
Users can now control reasoning effort (minimal/low/medium/high) and
optionally request reasoning summaries (auto/concise/detailed).

Uses ReasoningEffort type from the OpenAI SDK directly.

Closes Azure#1384

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… type, add Entra integration tests

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…notebook

Adds a new section demonstrating reasoning_effort and reasoning_summary
parameters with a working example. Regenerated .ipynb from .py.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

FEAT: OpenAIResponseTarget should support reasoning levels

1 participant