Interface OutputParser<T>


public interface OutputParser<T>
  • Method Details

    • parse

      T parse(String text)
    • formatInstructions

      String formatInstructions()