v0.3
v0.2
v0.1
Preparing search index...
The search index is not available
LangChain.js
LangChain.js
@langchain/community
stores/message/postgres
StoredPostgresMessageData
Interface StoredPostgresMessageData
interface
StoredPostgresMessageData
{
additional_kwargs
?:
Record
<
string
,
unknown
>
;
content
:
string
;
name
:
undefined
|
string
;
role
:
undefined
|
string
;
tool_call_id
:
undefined
|
string
;
type
:
string
;
}
Index
Properties
additional_
kwargs?
content
name
role
tool_
call_
id
type
Properties
Optional
additional_
kwargs
additional_
kwargs
?:
Record
<
string
,
unknown
>
content
content
:
string
name
name
:
undefined
|
string
role
role
:
undefined
|
string
tool_
call_
id
tool_
call_
id
:
undefined
|
string
type
type
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
additional_
kwargs
content
name
role
tool_
call_
id
type
LangChain.js
Loading...