Package org.springframework.ai.converter
package org.springframework.ai.converter
-
ClassDescriptionAbstract
StructuredOutputConverterimplementation that uses a pre-configuredDefaultConversionServiceto convert the LLM output into the desired type format.AbstractStructuredOutputConverterimplementation that uses a pre-configuredMessageConverterto convert the LLM output into the desired type format.An implementation ofStructuredOutputConverterthat 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.StructuredOutputConverterimplementation that uses aDefaultConversionServiceto convert the LLM output into aListinstance.StructuredOutputConverterimplementation that uses a pre-configuredMappingJackson2MessageConverterto convert the LLM output into a java.util.Map<String, Object> instance.Converts the (raw) LLM output into a structured responses of type.