Skip to content
Developer Preview

SessionSetReasoningEffortResult

session/setReasoningEffort result. The default is durable on ack and applies to turns launched after admission; a running turn keeps the request options it already resolved.

  • commandId
  • status
Source

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

{
"description": "`session/setReasoningEffort` result. The default is durable\non ack and applies to turns launched after admission; a running turn keeps\nthe request options it already resolved.",
"properties": {
"commandId": {
"description": "Echoes the client's id.",
"type": "string"
},
"status": {
"$ref": "#/$defs/CommandStatus",
"description": "Admission status."
}
},
"required": [
"commandId",
"status"
],
"type": "object"
}