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