@conciergus/chat - v0.3.1
Preparing search index...
components
StreamingManagerState
Interface StreamingManagerState
interface
StreamingManagerState
{
connections
:
Map
<
string
,
StreamingConnection
>
;
isStreaming
:
boolean
;
totalTokens
:
number
;
activeStreams
:
number
;
completedStreams
:
number
;
errors
:
Error
[]
;
}
Index
Properties
connections
is
Streaming
total
Tokens
active
Streams
completed
Streams
errors
Properties
connections
connections
:
Map
<
string
,
StreamingConnection
>
is
Streaming
isStreaming
:
boolean
total
Tokens
totalTokens
:
number
active
Streams
activeStreams
:
number
completed
Streams
completedStreams
:
number
errors
errors
:
Error
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connections
is
Streaming
total
Tokens
active
Streams
completed
Streams
errors
@conciergus/chat - v0.3.1
Loading...