Uses of Package
org.springframework.ai.converter
Packages that use org.springframework.ai.converter
Package
Description
Chat client.
Provides converters for transforming AI model text outputs into structured Java types.
-
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
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.A compositeResponseTextCleanerthat applies multiple cleaners in sequence.Builder forCompositeResponseTextCleaner.Implementations of this interface provides instructions for how the output of a language generative should be formatted.Strategy interface for cleaning LLM response text before parsing.Converts the (raw) LLM output into a structured responses of type.AResponseTextCleanerthat removes thinking tags from LLM responses.Builder forThinkingTagCleaner.