Skip to content
Developer Preview

ModelListParams

model/list params: the discovery half of the model-picker gesture. A query, not a command — no commandId, no durable intake record, no view event.

  • sessionId
Source

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

{
"description": "`model/list` params: the discovery half of the model-picker\ngesture. **A query, not a command** — no `commandId`, no durable intake\nrecord, no view event.",
"properties": {
"sessionId": {
"description": "When present, the row matching that session's effective model is\nflagged `isActive`. When absent, no row is active — a client may list\nbefore it has a session.",
"type": "string"
}
},
"type": "object"
}