> ## 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.image craft

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

<a id="camel.prompts.image_craft.ImageCraftPromptTemplateDict" />

## ImageCraftPromptTemplateDict

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

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

**Parameters:**

* **ASSISTANT\_PROMPT** (TextPrompt): A prompt for the AI assistant to create an original image based on the provided descriptive captions.

<a id="camel.prompts.image_craft.ImageCraftPromptTemplateDict.__init__" />

### **init**

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