Skip to content
Developer Preview

SessionSetModelResult

session/setModel result. If a turn is running the selection is admitted now and applied at the next model-call boundary; the ack does not wait for that boundary.

  • commandId
  • status
Source

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

{
"description": "`session/setModel` result. If a turn is running the selection\nis admitted now and applied at the next model-call boundary; the ack does\nnot wait for that boundary.",
"properties": {
"commandId": {
"description": "Echoes the client's id.",
"type": "string"
},
"status": {
"$ref": "#/$defs/CommandStatus",
"description": "Admission status."
}
},
"required": [
"commandId",
"status"
],
"type": "object"
}