> ## Documentation Index
> Fetch the complete documentation index at: https://docs.camel-ai.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Camel.prompts.role description prompt template

<a id="camel.prompts.role_description_prompt_template" />

<a id="camel.prompts.role_description_prompt_template.RoleDescriptionPromptTemplateDict" />

## RoleDescriptionPromptTemplateDict

```python theme={"system"}
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.

<a id="camel.prompts.role_description_prompt_template.RoleDescriptionPromptTemplateDict.__init__" />

### **init**

```python theme={"system"}
def __init__(self, *args: Any, **kwargs: Any):
```
