II.
InteractionPattern JSON
Structured · liveinteraction-pattern:request-response
Request / Response json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "interaction-pattern:request-response",
"_kind": "InteractionPattern",
"_file": "extensions/interaction-patterns/interaction-patterns-canonical.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Request / Response",
"description": "Single-turn synchronous exchange — host sends a prompt, model returns a\ncompletion. The simplest pattern; backbone of classic chat completions.\n"
},
"outgoingEdges": [
{
"from": "interaction-pattern:request-response",
"to": "layer:10-interaction",
"kind": "realizes",
"attributes": {}
}
],
"incomingEdges": []
}