> ## 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.misalignment

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

<a id="camel.prompts.misalignment.MisalignmentPromptTemplateDict" />

## MisalignmentPromptTemplateDict

```python theme={"system"}
class MisalignmentPromptTemplateDict(TextPromptDict):
```

A dictionary containing :obj:`TextPrompt` used in the `Misalignment`
task.

**Parameters:**

* **DAN\_PROMPT** (TextPrompt): A prompt for jail breaking.
* **GENERATE\_TASKS** (TextPrompt): A prompt to list unique malicious that the AI assistant can assist AI user with.
* **TASK\_SPECIFY\_PROMPT** (TextPrompt): A prompt to specify a task in more detail.
* **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.misalignment.MisalignmentPromptTemplateDict.__init__" />

### **init**

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