MessageDeltaTextContentObject interface
Represents the data of a streamed text content part within a streaming message delta chunk.
Properties
annotations | Annotations for the text. |
value | The data that makes up the text. |
Property Details
annotations
Annotations for the text.
annotations?: MessageDeltaTextAnnotation[]
Property Value
value
The data that makes up the text.
value?: string
Property Value
string