llmwire - v2.2.0
GitHub
npm
llms.txt
Preparing search index...
llmwire
ToolResult
Interface ToolResult
interface
ToolResult
{
error
?:
string
;
name
:
string
;
result
?:
unknown
;
toolCallId
:
string
;
}
Index
Properties
error?
name
result?
tool
Call
Id
Properties
Optional
error
error
?:
string
The tool threw; the message is sent back to the model as
{ error }
.
name
name
:
string
Optional
result
result
?:
unknown
tool
Call
Id
toolCallId
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
error
name
result
tool
Call
Id
GitHub
npm
llms.txt
llmwire - v2.2.0
Loading...
The tool threw; the message is sent back to the model as
{ error }.