Agent Client Protocol - v0.22.1
    Preparing search index...

    Type Alias ElicitationUrlModeExperimental

    ElicitationUrlMode: (ElicitationSessionScope | ElicitationRequestScope) & {
        elicitationId: ElicitationId;
        url: string;
    }

    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 Declaration

    • elicitationId: ElicitationId

      The unique identifier for this elicitation.

    • url: string

      The URL to direct the user to.