Heroku LangChain - v0.2.1
GitHub
NPM
Preparing search index...
HerokuAgentToolCallEvent
Interface HerokuAgentToolCallEvent
SSE Event:
tool.call
(Server signals it's about to call a tool)
interface
HerokuAgentToolCallEvent
{
event
:
"tool.call"
;
data
:
{
id
:
string
;
name
:
string
;
input
:
string
}
;
}
Index
Properties
event
data
Properties
event
event
:
"tool.call"
data
data
:
{
id
:
string
;
name
:
string
;
input
:
string
}
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
event
data
GitHub
NPM
GitHub
NPM
Heroku LangChain - v0.2.1
Loading...
SSE Event:
tool.call
(Server signals it's about to call a tool)