Skip to content
Developer Preview

SessionReasoningEffortChangedParams

session/reasoningEffortChanged params: a durable reasoning-effort reconfigure record landed. Replace wholesale, latest wins; the snapshot carries the latest value.

  • reasoningEffort
  • sessionId
  • source
  • sourceRange
  • viewCursor
Source

schema/msp/experimental/msp.schema.json#/types/SessionReasoningEffortChangedParams

{
"description": "`session/reasoningEffortChanged` params: a\ndurable reasoning-effort reconfigure record landed. Replace\nwholesale, latest wins; the snapshot carries the latest value.",
"properties": {
"reasoningEffort": {
"$ref": "#/$defs/ReasoningEffort",
"description": "The new session default: the closed eight-string tier vocabulary, spelled identically."
},
"sessionId": {
"description": "The owning session.",
"type": "string"
},
"source": {
"$ref": "#/$defs/ReasoningEffortChangeSource",
"description": "What drove the change."
},
"sourceRange": {
"$ref": "#/$defs/SourceRange",
"description": "The durable records this event folded from."
},
"viewCursor": {
"description": "Opaque, strictly monotonic view cursor.",
"type": "string"
}
},
"required": [
"reasoningEffort",
"sessionId",
"source",
"sourceRange",
"viewCursor"
],
"type": "object"
}