Interface AssistantMessageToolUseBlock

A tool use request block.

interface AssistantMessageToolUseBlock {
    name: string;
    summary: string;
}

Properties

Properties

name: string

A human-readable label for the tool being used. This is not a stable identifier and may change between API versions.

summary: string

Summary of what the tool will retrieve based on the input.