Neutrome SDK reference
Preparing search index...
lilsdk-ts/src/tools
ToolArgumentsError
Class ToolArgumentsError
Thrown when a model calls a tool with arguments that are not valid JSON.
Hierarchy
Error
ToolArgumentsError
Index
Constructors
constructor
Properties
arguments
Text
tool
Name
Constructors
constructor
new
ToolArgumentsError
(
toolName
:
string
,
argumentsText
:
string
,
)
:
ToolArgumentsError
Parameters
toolName
:
string
argumentsText
:
string
Returns
ToolArgumentsError
Properties
Readonly
arguments
Text
argumentsText
:
string
Readonly
tool
Name
toolName
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
arguments
Text
tool
Name
Neutrome SDK reference
Loading...
Thrown when a model calls a tool with arguments that are not valid JSON.