Heroku LangChain.js - v1.0.1
GitHub
NPM
Preparing search index...
HerokuToolCall
Interface HerokuToolCall
Represents a tool call made by the assistant, as per Heroku API.
interface
HerokuToolCall
{
id
:
string
;
type
:
"function"
;
function
:
{
name
:
string
;
arguments
:
string
}
;
}
Index
Properties
id
type
function
Properties
id
id
:
string
type
type
:
"function"
function
function
:
{
name
:
string
;
arguments
:
string
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
type
function
GitHub
NPM
GitHub
NPM
Heroku LangChain.js - v1.0.1
Loading...
Represents a tool call made by the assistant, as per Heroku API.