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

    Properties

    Properties

    content?: { [key: string]: ElicitationContentValue } | null

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