The text content that is part of a message.

interface TextContentBlockParam {
    text: string;
    type: "text";
}

Properties

Properties

text: string

Text content to be sent to the model

type: "text"

Always text.