@themaximalist/llm.js
Preparing search index...
PartialStreamResponse
Interface PartialStreamResponse
interface
PartialStreamResponse
{
complete
:
()
=>
Promise
<
StreamResponse
>
;
options
:
Options
;
service
:
string
;
stream
:
|
AsyncGenerator
<
string
,
any
,
any
>
|
AsyncGenerator
<
Record
<
string
,
string
|
InputOutputTokens
>
,
any
,
any
>
;
think
:
boolean
;
}
Index
Properties
complete
options
service
stream
think
Properties
complete
complete
:
()
=>
Promise
<
StreamResponse
>
options
options
:
Options
service
service
:
string
stream
stream
:
|
AsyncGenerator
<
string
,
any
,
any
>
|
AsyncGenerator
<
Record
<
string
,
string
|
InputOutputTokens
>
,
any
,
any
>
think
think
:
boolean
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
complete
options
service
stream
think
@themaximalist/llm.js
Loading...