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

Properties

Properties

text: string
type: "text"