Cohere chat-stream / message-start
protocol-message:cohere-message-start
ProtocolMessageextensions/protocol-messages/cohere-messages.yaml·Open in Graph → {
"id": "protocol-message:cohere-message-start",
"_kind": "ProtocolMessage",
"_file": "extensions/protocol-messages/cohere-messages.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Cohere chat-stream / message-start",
"messageType": "StreamEvent",
"subtype": "none",
"direction": "core-to-user",
"terminal": false,
"errorCategory": "none",
"payloadSchema": {
"type": "StreamEvent",
"fields": [
"type=message-start",
"id",
"delta(role)"
]
},
"description": "First event in a Cohere v2 chat-stream. Carries the assistant message\nid and a delta with `role: assistant`.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "provider:cohere",
"to": "protocol-message:cohere-message-start",
"kind": "emits_message_type"
}
]
}