react-litert-lm
    Preparing search index...

    Interface UseLiteRtChatNonStreamTanstackProps

    interface UseLiteRtChatNonStreamTanstackProps {
        cacheConfig?: CacheConfig;
        enableConstrainedDecoding?: boolean;
        filterChannelContentFromKvCache?: boolean;
        message: MessageLike;
        preface?: Preface;
        prefillPrefaceOnInit?: boolean;
        sessionConfig?: SessionConfig;
        useQueryOptions?: Omit<
            UseQueryOptions<unknown, Error, unknown, readonly unknown[]>,
            "queryKey" | "staleTime" | "gcTime" | "queryFn",
        >;
    }

    Hierarchy (View Summary)

    Index

    Properties

    cacheConfig?: CacheConfig
    enableConstrainedDecoding?: boolean
    filterChannelContentFromKvCache?: boolean
    message: MessageLike
    preface?: Preface
    prefillPrefaceOnInit?: boolean
    sessionConfig?: SessionConfig
    useQueryOptions?: Omit<
        UseQueryOptions<unknown, Error, unknown, readonly unknown[]>,
        "queryKey" | "staleTime" | "gcTime" | "queryFn",
    >