langchain.js
    Preparing search index...

    Class ToolInvocationError

    Raised when a tool call is throwing an error.

    Hierarchy

    • Error
      • ToolInvocationError
    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • toolError: unknown
      • toolCall: ToolCall

      Returns ToolInvocationError

    Properties

    toolCall: ToolCall
    toolError: Error