The text content that is part of a message.

interface TextContentBlock {
    text: OpenAIClient.Beta.Threads.Messages.Text;
    type: "text";
}

Properties

Properties

type: "text"

Always text.