Uses of Class
org.springframework.ai.converter.AbstractConversionServiceOutputConverter
Packages that use AbstractConversionServiceOutputConverter
-
Uses of AbstractConversionServiceOutputConverter in org.springframework.ai.converter
Subclasses of AbstractConversionServiceOutputConverter in org.springframework.ai.converterModifier and TypeClassDescriptionclass
StructuredOutputConverter
implementation that uses aDefaultConversionService
to convert the LLM output into aList
instance.