interface AnthropicContentToolUse {
    id: string;
    input: object;
    name: string;
    type: "tool_use";
}

Properties

Properties

id: string
input: object
name: string
type: "tool_use"