Uses of Class
org.springframework.ai.converter.AbstractMessageOutputConverter
Packages that use AbstractMessageOutputConverter
-
Uses of AbstractMessageOutputConverter in org.springframework.ai.converter
Subclasses of AbstractMessageOutputConverter in org.springframework.ai.converterModifier and TypeClassDescriptionclass
StructuredOutputConverter
implementation that uses a pre-configuredMappingJackson2MessageConverter
to convert the LLM output into a java.util.Map<String, Object> instance.