II.
InteractionPrimitive JSON
Structured · liveinteraction-primitive:slash-model
/model json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-primitive:slash-model",
"_kind": "InteractionPrimitive",
"_file": "agent-stack/interaction-primitives/slash-commands.yaml",
"_cluster": "agent-stack",
"attributes": {
"displayName": "/model",
"description": "Switch the active model.",
"surface": "slash-command",
"availableInModes": [
"chat",
"plan",
"composer",
"edit"
],
"requiresPermission": false
},
"outgoingEdges": [
{
"from": "interaction-primitive:slash-model",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "agent-ui-impl:claude-code.ui@current",
"to": "interaction-primitive:slash-model",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/model"
}
}
},
{
"from": "agent-ui-impl:qwen.ui@current",
"to": "interaction-primitive:slash-model",
"kind": "supports_interaction_primitive",
"attributes": {
"attributes": {
"mechanism": "slash-command",
"invocationToken": "/model"
}
}
}
]
}