langchain.js
Preparing search index...
langchain
index
StructuredOutputParsingError
Class StructuredOutputParsingError
Raised when structured output tool call arguments fail to parse according to the schema.
Hierarchy
Error
StructuredOutputParsingError
Index
Constructors
constructor
Properties
errors
tool
Name
Constructors
constructor
new
StructuredOutputParsingError
(
toolName
:
string
,
errors
:
string
[]
,
)
:
StructuredOutputParsingError
Parameters
toolName
:
string
errors
:
string
[]
Returns
StructuredOutputParsingError
Properties
Readonly
errors
errors
:
string
[]
Readonly
tool
Name
toolName
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
errors
tool
Name
langchain.js
Loading...
Raised when structured output tool call arguments fail to parse according to the schema.