Uses of Package
org.springframework.ai.converter
Packages that use org.springframework.ai.converter
Package
Description
Chat client.
-
Classes in org.springframework.ai.converter used by org.springframework.ai.chat.clientClassDescriptionConverts the (raw) LLM output into a structured responses of type.
-
Classes in org.springframework.ai.converter used by org.springframework.ai.converterClassDescriptionAbstract
StructuredOutputConverter
implementation that uses a pre-configuredDefaultConversionService
to convert the LLM output into the desired type format.AbstractStructuredOutputConverter
implementation that uses a pre-configuredMessageConverter
to 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.