Uses of Interface
org.springframework.ai.parser.OutputParser
Packages that use OutputParser
-
Uses of OutputParser in org.springframework.ai.parser
Classes in org.springframework.ai.parser that implement OutputParserModifier and TypeClassDescriptionclass
AbstractOutputParser
implementation that uses a pre-configuredDefaultConversionService
to convert the LLM output into the desired type format.class
AbstractOutputParser
implementation that uses a pre-configuredMessageConverter
to convert the LLM output into the desired type format.class
An implementation ofOutputParser
that transforms the LLM output to a specific object type using JSON schema.class
OutputParser
implementation that uses aDefaultConversionService
to convert the LLM output into aList
instance.class
OutputParser
implementation that uses a pre-configuredMappingJackson2MessageConverter
to convert the LLM output into a java.util.Map<String, Object> instance. -
Uses of OutputParser in org.springframework.ai.prompt
Methods in org.springframework.ai.prompt that return OutputParserMethods in org.springframework.ai.prompt with parameters of type OutputParser