Package org.springframework.ai.converter
package org.springframework.ai.converter
-
ClassDescriptionAbstract
StructuredOutputConverter
implementation that uses a pre-configuredDefaultConversionService
to convert the LLM output into the desired type format.AbstractStructuredOutputConverter
implementation that uses a pre-configuredMessageConverter
to convert the LLM output into the desired type format.An implementation ofStructuredOutputConverter
that transforms the LLM output to a specific object type using JSON schema.Implementations of this interface provides instructions for how the output of a language generative should be formatted.StructuredOutputConverter
implementation that uses aDefaultConversionService
to convert the LLM output into aList
instance.StructuredOutputConverter
implementation that uses a pre-configuredMappingJackson2MessageConverter
to convert the LLM output into a java.util.Map<String, Object> instance.Converts the (raw) LLM output into a structured responses of type.