-
Converts the (raw) LLM output into a structured responses of type.
-
Abstract
OutputParser
implementation that uses a pre-configured
DefaultConversionService
to convert the LLM output into the desired type
format.
Abstract
OutputParser
implementation that uses a pre-configured
MessageConverter
to convert the LLM output into the desired type format.
Implementations of this interface provides instructions for how the output of a
language generative should be formatted.
Converts the (raw) LLM output into a structured responses of type.