Heroku LangChain.js - v1.0.1
GitHub
NPM
Preparing search index...
HerokuFunctionTool
Interface HerokuFunctionTool
Definition for a "function" type tool in a Heroku API request.
interface
HerokuFunctionTool
{
type
:
"function"
;
function
:
{
name
:
string
;
description
:
string
;
parameters
:
HerokuFunctionToolParameters
;
strict
?:
boolean
;
}
;
}
Index
Properties
type
function
Properties
type
type
:
"function"
function
function
:
{
name
:
string
;
description
:
string
;
parameters
:
HerokuFunctionToolParameters
;
strict
?:
boolean
;
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
function
GitHub
NPM
GitHub
NPM
Heroku LangChain.js - v1.0.1
Loading...
Definition for a "function" type tool in a Heroku API request.