unified-llm-client
    Preparing search index...

    Interface SessionApiRequestContext

    Request-scoped metadata passed through session API middleware and handlers.

    interface SessionApiRequestContext {
        tenantId?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    Properties

    tenantId?: string