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

    Type Alias ElicitationRequestScope

    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
    requestId: RequestId

    The request this elicitation is tied to.