OpenClaw SDK
    Preparing search index...

    Interface AgentWaitParams

    interface AgentWaitParams {
        agentId: string;
        timeoutMs?: number;
    }
    Index

    Properties

    Properties

    agentId: string
    timeoutMs?: number