interface Text {
    annotations: OpenAIClient.Beta.Threads.Messages.Annotation[];
    value: string;
}

Properties

Properties

value: string

The data that makes up the text.