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