diff --git a/content/docs/04-ai-sdk-ui/50-stream-protocol.mdx b/content/docs/04-ai-sdk-ui/50-stream-protocol.mdx index def74733879e..43e9acda452c 100644 --- a/content/docs/04-ai-sdk-ui/50-stream-protocol.mdx +++ b/content/docs/04-ai-sdk-ui/50-stream-protocol.mdx @@ -438,6 +438,9 @@ data: {"type":"finish-step"} A part indicating the completion of a message. +The message is identified by the preceding `start` part. Send the `messageId` +on the `start` part, not on the `finish` part. + Format: Server-Sent Event with JSON object Example: