MessageDelta interface
Represents the typed 'delta' payload within a streaming message delta chunk.
Properties
content | The content of the message as an array of text and/or images. |
role | The entity that produced the message. |
Property Details
content
The content of the message as an array of text and/or images.
content: MessageDeltaContent[]
Property Value
role
The entity that produced the message.
role: string
Property Value
string