Class ListOutputParser

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CommaSeparatedListOutputParser

public abstract class ListOutputParser extends BaseOutputParser<List<String>>
Class to parse the output of an LLM call to a list.
Author:
HamaWhite
See Also:
  • Constructor Details

    • ListOutputParser

      public ListOutputParser()