interface AnthropicTool {
    cache_control?: AnthropicCacheControl;
    description?: string;
    input_schema: object;
    name: string;
    type?: string;
}

Properties

cache_control?: AnthropicCacheControl
description?: string
input_schema: object
name: string
type?: string