Heroku LangChain - v0.2.1
GitHub
NPM
Preparing search index...
HerokuAgentToolCompletionEvent
Interface HerokuAgentToolCompletionEvent
SSE Event:
tool.completion
(Server provides result of a tool call)
interface
HerokuAgentToolCompletionEvent
{
event
:
"tool.completion"
;
data
:
{
id
:
string
;
name
:
string
;
output
:
string
}
;
}
Index
Properties
event
data
Properties
event
event
:
"tool.completion"
data
data
:
{
id
:
string
;
name
:
string
;
output
:
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.completion
(Server provides result of a tool call)