Skip to content

[WIP] Add reasoning effort support to session configuration#691

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/add-reasoning-effort-support
Draft

[WIP] Add reasoning effort support to session configuration#691
Copilot wants to merge 2 commits intomainfrom
copilot/add-reasoning-effort-support

Conversation

Copy link
Contributor

Copilot AI commented Mar 5, 2026

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.


This section details on the original issue you should resolve

<issue_title>session.setModel() missing ReasoningEffort value</issue_title>
<issue_description>When creating or resuming a session you can set both the model and the ReasoningEffort -

SessionConfig config = new()
{
	Model = defaultModel.Id,
	ReasoningEffort = defaultModel.DefaultReasoningEffort
}

This PR added support for selecting a new model during a session, but missing the ability to set the models ReasoningEffort - #621</issue_description>

<agent_instructions>Add reasoning effort and appropriate tests.</agent_instructions>

Comments on the Issue (you are @copilot in this section)


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Co-authored-by: patniko <26906478+patniko@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.

session.setModel() missing ReasoningEffort value

2 participants