Preparing search index...
The search index is not available
Stratix Framework - v0.8.2
Stratix Framework
core/src
AgentToolError
Class AgentToolError
Error thrown when a tool execution fails
Hierarchy (
View Summary
)
AgentError
AgentToolError
Index
Constructors
constructor
Properties
code
metadata?
tool
Name
cause?
Constructors
constructor
new
AgentToolError
(
toolName
:
string
,
message
:
string
,
cause
?:
Error
,
)
:
AgentToolError
Parameters
toolName
:
string
message
:
string
Optional
cause
:
Error
Returns
AgentToolError
Properties
Readonly
code
code
:
string
Optional
Readonly
metadata
metadata
?:
Record
<
string
,
unknown
>
Readonly
tool
Name
toolName
:
string
Optional
Readonly
cause
cause
?:
Error
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
code
metadata
tool
Name
cause
Stratix Framework - v0.8.2
Loading...
Error thrown when a tool execution fails