II.
ProtocolMessage JSON
Structured · liveprotocol-message:cohere-tool-call-delta
Cohere chat-stream / tool-call-delta json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "protocol-message:cohere-tool-call-delta",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/cohere-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Cohere chat-stream / tool-call-delta",
"messageType": "StreamEvent",
"subtype": "none",
"direction": "core-to-user",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"type": "StreamEvent",
"fields": [
"type=tool-call-delta",
"index",
"delta(message(tool_calls(function(arguments))))"
]
},
"description": "Streams tokens into the tool-call's `arguments` JSON string.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "provider:cohere",
"to": "protocol-message:cohere-tool-call-delta",
"kind": "emits_message_type"
}
]
}