interface ToolResultBlock {
    content: ToolResultContent[];
    toolUseId: string;
}

Properties

Properties

toolUseId: string