Package org.springframework.ai.parser
package org.springframework.ai.parser
-
ClassDescriptionAbstract
OutputParserimplementation that uses a pre-configuredDefaultConversionServiceto convert the LLM output into the desired type format.AbstractOutputParserimplementation that uses a pre-configuredMessageConverterto convert the LLM output into the desired type format.An implementation ofOutputParserthat transforms the LLM output to a specific object type using JSON schema.Implementations of this interface provides instructions for how the output of a language generative should be formatted.OutputParserimplementation that uses aDefaultConversionServiceto convert the LLM output into aListinstance.OutputParserimplementation that uses a pre-configuredMappingJackson2MessageConverterto convert the LLM output into a java.util.Map<String, Object> instance.OutputParser<T>Converts the (raw) LLM output into a structured responses of type.Parser<T>