Skip to content

session.setModel() missing ReasoningEffort value #687

@IeuanWalker

Description

@IeuanWalker

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions