Skip to content

session.setModel() missing ReasoningEffort value #687

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions