Package org.springframework.ai.parser
Interface FormatProvider
- All Known Subinterfaces:
OutputParser<T>
- All Known Implementing Classes:
AbstractConversionServiceOutputParser
,AbstractMessageConverterOutputParser
,BeanOutputParser
,ListOutputParser
,MapOutputParser
public interface FormatProvider
Implementations of this interface provides instructions for how the output of a
language generative should be formatted.
- Author:
- Mark Pollack
-
Method Summary
-
Method Details
-
getFormat
String getFormat()- Returns:
- Returns a string containing instructions for how the output of a language generative should be formatted.
-