> ## 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.video description prompt

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

<a id="camel.prompts.video_description_prompt.VideoDescriptionPromptTemplateDict" />

## VideoDescriptionPromptTemplateDict

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

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

**Parameters:**

* **ASSISTANT\_PROMPT** (TextPrompt): A prompt for the AI assistant to provide a shot description of the content of the current video.

<a id="camel.prompts.video_description_prompt.VideoDescriptionPromptTemplateDict.__init__" />

### **init**

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