StructuredResponse
Represents a container for structured data parsed from raw text.
This class is designed to encapsulate both the parsed structured output and the original raw text as returned from a processing step, such as a language model execution.
Parameters
T
The type of the structured data contained within this response.