RoleDescriptionPromptTemplateDict

class RoleDescriptionPromptTemplateDict(AISocietyPromptTemplateDict):

A dictionary containing :obj:TextPrompt used in the role description task.

Parameters:

  • ROLE_DESCRIPTION_PROMPT (TextPrompt): A default prompt to describe the role descriptions.
  • ASSISTANT_PROMPT (TextPrompt): A system prompt for the AI assistant that outlines the rules of the conversation and provides instructions for completing tasks.
  • USER_PROMPT (TextPrompt): A system prompt for the AI user that outlines the rules of the conversation and provides instructions for giving instructions to the AI assistant.

init

def __init__(self, *args: Any, **kwargs: Any):