Mayson Monorepo Documentation
    Preparing search index...

    Interface ApprovalRequest

    Approval request for trading actions

    interface ApprovalRequest {
        runId: string;
        toolCallId: string;
        tool: string;
        args: Record<string, unknown>;
        description: string;
        createdAt: Date;
        expiresAt: Date;
    }
    Index

    Properties

    runId: string

    Run ID

    toolCallId: string

    Tool call ID

    tool: string

    Tool name

    args: Record<string, unknown>

    Tool arguments

    description: string

    Human-readable description

    createdAt: Date

    Created timestamp

    expiresAt: Date

    Expires timestamp