Package version:

Interface MessageTextDetails

The text and associated annotations for a single item of agent thread message content.

interface MessageTextDetails {
    annotations: {};
    value: string;
}

Properties

Properties

annotations: {}

A list of annotations associated with this text.

value: string

The text data.