interface ToolFailureResponse {
    response_type: string;
    error_type: string;
    error_details: string;
    retry_count: number;
    reflection_guidance: string;
}

Properties

response_type: string
error_type: string
error_details: string
retry_count: number
reflection_guidance: string