Class PromptParameters

java.lang.Object
rocks.imsofa.ai.puppychatter.PromptParameters
Direct Known Subclasses:
GeminiAqaPromptParameters

public class PromptParameters extends Object
Parameters for configuring a prompt
Author:
USER
  • Field Details

    • role

      protected String role
      the role of this prompt usually 'user'
  • Constructor Details

    • PromptParameters

      public PromptParameters(String role)
  • Method Details

    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)