@nexartis/nexartis-nanda-node-sdk - v1.2.1
    Preparing search index...

    Interface DelegationResult

    interface DelegationResult {
        action: string;
        created_at: string;
        delegator_id: string;
        error?: string;
        id: string;
        result?: unknown;
        status: "pending" | "completed" | "failed";
        target_agent_id?: string;
    }
    Index

    Properties

    action: string
    created_at: string
    delegator_id: string
    error?: string
    id: string
    result?: unknown
    status: "pending" | "completed" | "failed"
    target_agent_id?: string