Class ListOutputParser
java.lang.Object
com.hw.langchain.schema.BaseLLMOutputParser<T>
com.hw.langchain.schema.BaseOutputParser<List<String>>
com.hw.langchain.output.parsers.list.ListOutputParser
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommaSeparatedListOutputParser
Class to parse the output of an LLM call to a list.
- Author:
- HamaWhite
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class com.hw.langchain.schema.BaseOutputParser
getFormatInstructions, parse, parseResult, parseWithPrompt
-
Constructor Details
-
ListOutputParser
public ListOutputParser()
-