-
interface
Converts the (raw) LLM output into a structured responses of type.
class
Abstract
StructuredOutputConverter
implementation that uses a pre-configured
DefaultConversionService
to convert the LLM output into the desired type
format.
class
Abstract
StructuredOutputConverter
implementation that uses a pre-configured
MessageConverter
to convert the LLM output into the desired type format.
class
class
class
StructuredOutputConverter
implementation that uses a pre-configured
MappingJackson2MessageConverter
to convert the LLM output into a
java.util.Map<String, Object> instance.