Heroku LangChain - v0.2.1
GitHub
NPM
Preparing search index...
HerokuAgentToolDefinition
Interface HerokuAgentToolDefinition
Defines the structure for tools used by HerokuMiaAgent. Based on
SPECS.md
Section 3.5.1.
interface
HerokuAgentToolDefinition
{
type
:
"heroku_tool"
|
"mcp"
;
name
:
string
;
description
?:
string
;
runtime_params
?:
{
target_app_name
:
string
;
dyno_size
?:
string
;
ttl_seconds
?:
number
;
max_calls
?:
number
;
tool_params
?:
Record
<
string
,
any
>
;
}
;
}
Index
Properties
type
name
description?
runtime_
params?
Properties
type
type
:
"heroku_tool"
|
"mcp"
name
name
:
string
Optional
description
description
?:
string
Optional
runtime_
params
runtime_params
?:
{
target_app_name
:
string
;
dyno_size
?:
string
;
ttl_seconds
?:
number
;
max_calls
?:
number
;
tool_params
?:
Record
<
string
,
any
>
;
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
name
description
runtime_
params
GitHub
NPM
GitHub
NPM
Heroku LangChain - v0.2.1
Loading...
Defines the structure for tools used by HerokuMiaAgent. Based on SPECS.md Section 3.5.1.