LLMStructuredParsingError

Exception indicating an error during the parsing of structured output from a language model.

This exception is thrown when the structured parsing of a language model's response fails, often due to malformed or unexpected data not conforming to the expected schema.

Parameters

message

A detailed message describing the cause of the parsing error.

Constructors

Link copied to clipboard
constructor(message: String)

Creates a new instance of LLMStructuredParsingError.

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?