react-litert-lm
Preparing search index...
types/tanstack/index.types
UseLiteRtChatNonStreamTanstackProps
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
)
UseLiteRtChatNonStreamProps
UseLiteRtChatNonStreamTanstackProps
Index
Properties
cache
Config?
enable
Constrained
Decoding?
filter
Channel
Content
From
Kv
Cache?
message
preface?
prefill
Preface
On
Init?
session
Config?
use
Query
Options?
Properties
Optional
cache
Config
cacheConfig
?:
CacheConfig
Optional
enable
Constrained
Decoding
enableConstrainedDecoding
?:
boolean
Optional
filter
Channel
Content
From
Kv
Cache
filterChannelContentFromKvCache
?:
boolean
message
message
:
MessageLike
Optional
preface
preface
?:
Preface
Optional
prefill
Preface
On
Init
prefillPrefaceOnInit
?:
boolean
Optional
session
Config
sessionConfig
?:
SessionConfig
Optional
use
Query
Options
useQueryOptions
?:
Omit
<
UseQueryOptions
<
unknown
,
Error
,
unknown
,
readonly
unknown
[]
>
,
"queryKey"
|
"staleTime"
|
"gcTime"
|
"queryFn"
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cache
Config
enable
Constrained
Decoding
filter
Channel
Content
From
Kv
Cache
message
preface
prefill
Preface
On
Init
session
Config
use
Query
Options
react-litert-lm
Loading...