> ## 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.task prompt template

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

<a id="camel.prompts.task_prompt_template.TaskPromptTemplateDict" />

## TaskPromptTemplateDict

```python theme={"system"}
class TaskPromptTemplateDict:
```

A dictionary (:obj:`Dict[Any, TextPromptDict]`) of task prompt
templates keyed by task type. This dictionary is used to map from
a task type to its corresponding prompt template dictionary.

<a id="camel.prompts.task_prompt_template.TaskPromptTemplateDict.__init__" />

### **init**

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