MessageTextDetailsOutput interface
The text and associated annotations for a single item of agent thread message content.
Properties
annotations | A list of annotations associated with this text. |
value | The text data. |
Property Details
annotations
A list of annotations associated with this text.
annotations: MessageTextAnnotationOutput[]
Property Value
value
The text data.
value: string
Property Value
string