v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js - v0.2.10
LangChain.js
langchain-core/messages
StoredMessageData
Interface StoredMessageData
interface
StoredMessageData
{
content
:
string
;
name
:
undefined
|
string
;
role
:
undefined
|
string
;
tool_call_id
:
undefined
|
string
;
additional_kwargs
?:
Record
<
string
,
any
>
;
id
?:
string
;
response_metadata
?:
Record
<
string
,
any
>
;
}
Index
Properties
content
name
role
tool_
call_
id
additional_
kwargs?
id?
response_
metadata?
Properties
content
content
:
string
name
name
:
undefined
|
string
role
role
:
undefined
|
string
tool_
call_
id
tool_
call_
id
:
undefined
|
string
Optional
additional_
kwargs
additional_
kwargs
?:
Record
<
string
,
any
>
Optional
id
id
?:
string
Optional
response_
metadata
response_
metadata
?:
Record
<
string
,
any
>
Response metadata. For example: response headers, logprobs, token counts.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
name
role
tool_
call_
id
additional_
kwargs
id
response_
metadata
LangChain.js - v0.2.10
Loading...
Response metadata. For example: response headers, logprobs, token counts.