# ContextQA

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/smith/evaluation/config/RunEvalConfig/ContextQA)

Configuration for a context-based QA evaluator.

## Signature

```python
ContextQA()
```

## Extends

- `SingleKeyEvalConfig`

## Properties

- `evaluator_type`
- `llm`
- `prompt`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/9f232caa7a8fe1ca042a401942d5d90d54ceb1a6/libs/langchain/langchain_classic/smith/evaluation/config.py#L189)