interface AnthropicMessageContentToolUse {
    cache_control?: null | AnthropicCacheControl;
    id: string;
    input: object;
    name: string;
    type: "tool_use";
}

Hierarchy

  • AnthropicMessageContentBase
    • AnthropicMessageContentToolUse

Properties

cache_control?: null | AnthropicCacheControl
id: string
input: object
name: string
type: "tool_use"