Uses of Interface
org.springframework.ai.converter.FormatProvider
Packages that use FormatProvider
-
Uses of FormatProvider in org.springframework.ai.converter
Subinterfaces of FormatProvider in org.springframework.ai.converterModifier and TypeInterfaceDescriptioninterface
Converts the (raw) LLM output into a structured responses of type.Classes in org.springframework.ai.converter that implement FormatProviderModifier and TypeClassDescriptionclass
AbstractStructuredOutputConverter
implementation that uses a pre-configuredDefaultConversionService
to convert the LLM output into the desired type format.class
AbstractStructuredOutputConverter
implementation that uses a pre-configuredMessageConverter
to convert the LLM output into the desired type format.class
An implementation ofStructuredOutputConverter
that transforms the LLM output to a specific object type using JSON schema.class
StructuredOutputConverter
implementation that uses aDefaultConversionService
to convert the LLM output into aList
instance.class
StructuredOutputConverter
implementation that uses a pre-configuredMappingJackson2MessageConverter
to convert the LLM output into a java.util.Map<String, Object> instance.