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

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

<a id="camel.prompts.evaluation.EvaluationPromptTemplateDict" />

## EvaluationPromptTemplateDict

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

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

**Parameters:**

* **GENERATE\_QUESTIONS** (TextPrompt): A prompt to generate a set of questions to be used for evaluating emergence of knowledge based on a particular field of knowledge.

<a id="camel.prompts.evaluation.EvaluationPromptTemplateDict.__init__" />

### **init**

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