Ask a question to get started
Enter to send•Shift+Enter new line
Raised when structured output tool call arguments fail to parse according to the schema.
StructuredOutputValidationError( self, tool_name: str, source: Exception, ai_message: AIMessage )
StructuredOutputError
tool_name
str
The name of the tool that failed.
source
Exception
The exception that occurred.
ai_message
AIMessage
The AI message that contained the invalid structured output.