Class AMRPrompt

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

public class AMRPrompt extends DIARCPrompt
  • Constructor Details

    • AMRPrompt

      public AMRPrompt(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