Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions content/docs/04-ai-sdk-ui/50-stream-protocol.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading