Class NaiveDIARCPrompt

java.lang.Object
edu.tufts.hrilab.llm.DIARCPrompt
edu.tufts.hrilab.llm.NaiveDIARCPrompt

public class NaiveDIARCPrompt extends DIARCPrompt
  • Constructor Details

    • NaiveDIARCPrompt

      public NaiveDIARCPrompt(String name)
  • Method Details

    • generate

      public String generate()
      Description copied from class: DIARCPrompt
      Generates the text of the prompt based on the information collected from DIARC
      Specified by:
      generate in class DIARCPrompt
      Returns:
      String that will be sent to the LLM