Class Prompts

java.lang.Object
edu.tufts.hrilab.llm.Prompts

public class Prompts extends Object
  • Field Details

  • Constructor Details

    • Prompts

      public Prompts()
  • Method Details

    • getPrompt

      public static Prompt getPrompt(String name)
      Returns the Prompt object from the name of the corresponding prompt text file.
      Parameters:
      name - Filename of the prompt template minus .txt
      Returns:
      Prompt object