@runloop/agent-axon-client
    Preparing search index...

    Type Alias ElicitationUrlModeExperimental

    UNSTABLE

    This capability is not part of the spec yet, and may be removed or changed at any point.

    URL-based elicitation mode where the client directs the user to a URL.

    type ElicitationUrlMode = {
        elicitationId: ElicitationId;
        url: string;
    }
    Index

    ACP Protocol

    ACP Protocol

    elicitationId: ElicitationId

    The unique identifier for this elicitation.

    url: string

    The URL to direct the user to.