Agent Client Protocol - v0.18.2
    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

    Properties

    Properties

    elicitationId: ElicitationId

    The unique identifier for this elicitation.

    url: string

    The URL to direct the user to.