Skip to content
Developer Preview

SkillChangedParams

skill/changed params: the session’s user-invocable set changed; clients re-issue skill/list. Advisory — the host may coalesce bursts and guarantees no ordering relative to view events (ADR 32471 D3).

  • sessionId
Source

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

{
"description": "`skill/changed` params: the session's user-invocable set\nchanged; clients re-issue `skill/list`. Advisory — the host may coalesce\nbursts and guarantees no ordering relative to view events (ADR 32471 D3).",
"properties": {
"sessionId": {
"description": "The session whose set changed.",
"type": "string"
}
},
"required": [
"sessionId"
],
"type": "object"
}