ReasoningEffortState
The snapshot’s standing session-default reasoning effort: the fold of the latest completed
runtime.reasoning_effort_reconfigure fact — the same pair
session/reasoningEffortChanged carries.
Fields and variants
Section titled “Fields and variants”reasoningEffortsource
Source
schema/msp/experimental/msp.schema.json#/types/ReasoningEffortState
{ "description": "The snapshot's standing session-default reasoning effort: the fold of the latest completed\n`runtime.reasoning_effort_reconfigure` fact — the same pair\n`session/reasoningEffortChanged` carries.", "properties": { "reasoningEffort": { "$ref": "#/$defs/ReasoningEffort", "description": "The standing default tier — the closed vocabulary, spelled\nidentically to `turn/start.reasoningEffort`." }, "source": { "$ref": "#/$defs/ReasoningEffortChangeSource", "description": "Which actor class set the default." } }, "required": [ "reasoningEffort", "source" ], "type": "object"}