Multi-Tool Finance Agent
    Preparing search index...

    Interface EscalationRequest

    interface EscalationRequest {
        input: Record<string, unknown>;
        reason: string;
        requestedTool: string;
    }
    Index

    Properties

    input: Record<string, unknown>
    reason: string
    requestedTool: string