Member Junction
    Preparing search index...

    Thrown by MapToolToAction when a tool's REQUIRED argument is missing or invalid (e.g. browser_OpenUrl without a url, browser_Type without text). The channel catches it and returns the message to the model as a failed-tool result string — it is never allowed to propagate out of ApplyAgentTool.

    Hierarchy

    • Error
      • RemoteBrowserToolArgError
    Index

    Constructors

    • Parameters

      • Optionalmessage: string

      Returns RemoteBrowserToolArgError

    • Parameters

      • Optionalmessage: string
      • Optionaloptions: ErrorOptions

      Returns RemoteBrowserToolArgError

    Properties

    cause?: unknown
    message: string
    name: string
    stack?: string
    prepareStackTrace?: (err: Error, stackTraces: CallSite[]) => any

    Optional override for formatting stack traces

    stackTraceLimit: number

    Methods

    • Create .stack property on a target object

      Parameters

      • targetObject: object
      • OptionalconstructorOpt: Function

      Returns void