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

    Type Alias ElicitationAcceptAction

    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.