# QuestionGeneratorChain

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/chains/flare/base/QuestionGeneratorChain)

Chain that generates questions from uncertain spans.

## Signature

```python
QuestionGeneratorChain()
```

## Extends

- `LLMChain`

## Properties

- `prompt`
- `input_keys`

## Methods

- [`is_lc_serializable()`](https://reference.langchain.com/python/langchain-classic/chains/flare/base/QuestionGeneratorChain/is_lc_serializable)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/02991cb4cf2063d51a07268edafb05fe53de1826/libs/langchain/langchain_classic/chains/flare/base.py#L41)