langchain.js
Preparing search index...
langsmith
experimental/vercel
AggregatedDoStreamOutput
Type Alias AggregatedDoStreamOutput
type
AggregatedDoStreamOutput
=
{
content
:
string
;
finishReason
?:
LanguageModelV2FinishReason
;
providerMetadata
?:
SharedV2ProviderMetadata
;
role
:
"assistant"
;
tool_calls
:
{
function
:
{
arguments
:
string
;
name
:
string
}
;
id
:
string
;
type
:
"function"
;
}
[]
;
}
Index
Properties
content
finish
Reason?
provider
Metadata?
role
tool_
calls
Properties
content
content
:
string
Optional
finish
Reason
finishReason
?:
LanguageModelV2FinishReason
Optional
provider
Metadata
providerMetadata
?:
SharedV2ProviderMetadata
role
role
:
"assistant"
tool_
calls
tool_calls
:
{
function
:
{
arguments
:
string
;
name
:
string
}
;
id
:
string
;
type
:
"function"
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
finish
Reason
provider
Metadata
role
tool_
calls
langchain.js
Loading...