Heroku LangChain.js - v1.0.1
GitHub
NPM
Preparing search index...
HerokuChatMessage
Interface HerokuChatMessage
Structure for a message in the Heroku API request/response.
interface
HerokuChatMessage
{
role
:
HerokuChatMessageRole
;
content
:
string
|
HerokuToolMessageContent
[]
;
name
?:
string
;
tool_calls
?:
HerokuToolCall
[]
;
tool_call_id
?:
string
;
}
Index
Properties
role
content
name?
tool_
calls?
tool_
call_
id?
Properties
role
role
:
HerokuChatMessageRole
content
content
:
string
|
HerokuToolMessageContent
[]
Optional
name
name
?:
string
Optional
tool_
calls
tool_calls
?:
HerokuToolCall
[]
Optional
tool_
call_
id
tool_call_id
?:
string
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
role
content
name
tool_
calls
tool_
call_
id
GitHub
NPM
GitHub
NPM
Heroku LangChain.js - v1.0.1
Loading...
Structure for a message in the Heroku API request/response.