Heroku LangChain.js - v1.0.1
GitHub
NPM
Preparing search index...
HerokuFunctionToolParameters
Interface HerokuFunctionToolParameters
JSON schema for the parameters of a function tool, as per Heroku API.
interface
HerokuFunctionToolParameters
{
type
:
"object"
;
properties
:
Record
<
string
,
any
>
;
required
?:
string
[]
;
additionalProperties
?:
boolean
;
}
Index
Properties
type
properties
required?
additional
Properties?
Properties
type
type
:
"object"
properties
properties
:
Record
<
string
,
any
>
Optional
required
required
?:
string
[]
Optional
additional
Properties
additionalProperties
?:
boolean
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
properties
required
additional
Properties
GitHub
NPM
GitHub
NPM
Heroku LangChain.js - v1.0.1
Loading...
JSON schema for the parameters of a function tool, as per Heroku API.