Agent Client Protocol - v1.2.1
    Preparing search index...

    Type Alias ElicitationAcceptActionExperimental

    UNSTABLE

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

    The user accepted the elicitation and provided content.

    type ElicitationAcceptAction = {
        content?: { [key: string]: ElicitationContentValue } | null;
    }
    Index
    content?: { [key: string]: ElicitationContentValue } | null

    The user-provided content, if any, as an object matching the requested schema.