interface AnthropicMessageContentText {
    cache_control?: null | AnthropicCacheControl;
    text: string;
    type: "text";
}

Hierarchy

  • AnthropicMessageContentBase
    • AnthropicMessageContentText

Properties

cache_control?: null | AnthropicCacheControl
text: string
type: "text"