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

    Type Alias ElicitationActionExperimental

    ElicitationAction:
        | ElicitationAcceptAction & { action: "accept" }
        | { action: "decline" }
        | { action: "cancel" }

    UNSTABLE

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

    The user's action in response to an elicitation.