Multi-Tool Finance Agent
    Preparing search index...

    Interface ToolErrorResponse

    interface ToolErrorResponse {
        description: string;
        errorCategory: ErrorCategory;
        isRetryable: boolean;
    }
    Index

    Properties

    description: string
    errorCategory: ErrorCategory
    isRetryable: boolean