Package org.springframework.ai.parser
package org.springframework.ai.parser
-
ClassDescriptionAbstract
OutputParser
implementation that uses a pre-configuredDefaultConversionService
to convert the LLM output into the desired type format.AbstractOutputParser
implementation that uses a pre-configuredMessageConverter
to convert the LLM output into the desired type format.An implementation ofOutputParser
that transforms the LLM output to a specific object type using JSON schema.OutputParser
implementation that uses aDefaultConversionService
to convert the LLM output into aList
instance.OutputParser
implementation that uses a pre-configuredMappingJackson2MessageConverter
to 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>