> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nemo/labs-voice-agent/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nemo/labs-voice-agent/_mcp/server.

# nemo_voice_agent.evaluation.scenarios.data.simple_qa

## Module Contents

### Classes

| Name                                                                           | Description                                                                  |
| ------------------------------------------------------------------------------ | ---------------------------------------------------------------------------- |
| [`SimpleQA`](#nemo_voice_agent-evaluation-scenarios-data-simple_qa-SimpleQA)   | Simple QA scenario.                                                          |
| [`SimpleQA2`](#nemo_voice_agent-evaluation-scenarios-data-simple_qa-SimpleQA2) | Simple QA scenario with the answer to the question 'What is 1 plus 1?' as 2. |
| [`SimpleQA3`](#nemo_voice_agent-evaluation-scenarios-data-simple_qa-SimpleQA3) | Simple QA scenario where the user asks about the weather in San Francisco.   |

### API

```python
class nemo_voice_agent.evaluation.scenarios.data.simple_qa.SimpleQA()
```

**Bases:** [Scenario](/nemo/labs-voice-agent/nemo-voice-agent/nemo_voice_agent/evaluation/scenarios/classes#nemo_voice_agent-evaluation-scenarios-classes-Scenario)

Simple QA scenario.

**`agent_actions`**

---

**`agent_persona`**

---

**`agent_resources`**

---

**`agent_task`**

---

**`description`**

---

**`max_duration`**

---

**`name`**

---

**`reference_answer`**

---

**`success_signals`**

---

**`user_actions`**

---

**`user_persona`**

---

**`user_resources`**

---

**`user_task`**

---

```python
class nemo_voice_agent.evaluation.scenarios.data.simple_qa.SimpleQA2()
```

**Bases:** [SimpleQA](#nemo_voice_agent-evaluation-scenarios-data-simple_qa-SimpleQA)

Simple QA scenario with the answer to the question 'What is 1 plus 1?' as 2.

**`agent_persona`**

---

**`agent_resources`**

---

**`description`**

---

**`name`**

---

**`reference_answer`**

---

**`user_actions`**

---

**`user_persona`**

---

**`user_resources`**

---

**`user_task`**

---

```python
class nemo_voice_agent.evaluation.scenarios.data.simple_qa.SimpleQA3()
```

**Bases:** [SimpleQA2](#nemo_voice_agent-evaluation-scenarios-data-simple_qa-SimpleQA2)

Simple QA scenario where the user asks about the weather in San Francisco.

**`agent_resources`**

---

**`description`**

---

**`name`**

---

**`reference_answer`**

---

```python
nemo_voice_agent.evaluation.scenarios.data.simple_qa.SimpleQA3.get_agent_prompt() -> str
```

```python
nemo_voice_agent.evaluation.scenarios.data.simple_qa.SimpleQA3.get_user_prompt() -> str
```