Options for agent handoff assertion.

interface AgentHandoffAssertOptions {
    newAgentType?: (new (...args) => Agent<any>);
}

Properties

Properties

newAgentType?: (new (...args) => Agent<any>)

Type declaration

    • new (...args): Agent<any>
    • Parameters

      • Rest ...args: any[]

      Returns Agent<any>