-
interface
Converts the (raw) LLM output into a structured responses of type.
class
Abstract
OutputParser
implementation that uses a pre-configured
DefaultConversionService
to convert the LLM output into the desired type
format.
class
Abstract
OutputParser
implementation that uses a pre-configured
MessageConverter
to convert the LLM output into the desired type format.
class
An implementation of
OutputParser
that transforms the LLM output to a specific
object type using JSON schema.
class
OutputParser
implementation that uses a
DefaultConversionService
to
convert the LLM output into a
List
instance.
class
OutputParser
implementation that uses a pre-configured
MappingJackson2MessageConverter
to convert the LLM output into a
java.util.Map<String, Object> instance.