Uses of Package
org.springframework.ai.converter
Packages that use org.springframework.ai.converter
-
Classes in org.springframework.ai.converter used by org.springframework.ai.converterClassDescriptionAbstract
StructuredOutputConverterimplementation that uses a pre-configuredDefaultConversionServiceto convert the LLM output into the desired type format.AbstractStructuredOutputConverterimplementation that uses a pre-configuredMessageConverterto convert the LLM output into the desired type format.Implementations of this interface provides instructions for how the output of a language generative should be formatted.Converts the (raw) LLM output into a structured responses of type.