II.
ProtocolMessage JSON
Structured · liveprotocol-message:cohere-tool-call-end
Cohere chat-stream / tool-call-end json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:cohere-tool-call-end",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/cohere-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Cohere chat-stream / tool-call-end",
"messageType": "StreamEvent",
"subtype": "none",
"direction": "core-to-user",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"type": "StreamEvent",
"fields": [
"type=tool-call-end",
"index"
]
},
"description": "Closes a tool-call content block.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "provider:cohere",
"to": "protocol-message:cohere-tool-call-end",
"kind": "emits_message_type"
}
]
}