langchain.js
Preparing search index...
langchain
index
ToolInvocationError
Class ToolInvocationError
Raised when a tool call is throwing an error.
Hierarchy
Error
ToolInvocationError
Index
Constructors
constructor
Properties
tool
Call
tool
Error
Constructors
constructor
new
ToolInvocationError
(
toolError
:
unknown
,
toolCall
:
ToolCall
,
)
:
ToolInvocationError
Parameters
toolError
:
unknown
toolCall
:
ToolCall
Returns
ToolInvocationError
Properties
Readonly
tool
Call
toolCall
:
ToolCall
Readonly
tool
Error
toolError
:
Error
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
tool
Call
tool
Error
langchain.js
Loading...
Raised when a tool call is throwing an error.