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

    Type Alias ElicitationRequestScopeExperimental

    UNSTABLE

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

    Request-scoped elicitation, tied to a specific JSON-RPC request outside of a session (e.g., during auth/configuration phases before any session is started).

    type ElicitationRequestScope = {
        requestId: RequestId;
    }
    Index

    Properties

    Properties

    requestId: RequestId

    The request this elicitation is tied to.