Mayson Monorepo Documentation
    Preparing search index...

    Interface PendingApproval

    Pending approval for trading actions

    interface PendingApproval {
        tool: string;
        toolCallId: string;
        args: Record<string, unknown>;
        description: string;
    }
    Index

    Properties

    tool: string

    Tool that requires approval

    toolCallId: string

    Tool call ID

    args: Record<string, unknown>

    Arguments for the tool

    description: string

    Human-readable description