# FinishedOutputParser

> **Class** in `langchain_classic`

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

Output parser that checks if the output is finished.

## Signature

```python
FinishedOutputParser()
```

## Extends

- `BaseOutputParser[tuple[str, bool]]`

## Properties

- `finished_value`

## Methods

- [`parse()`](https://reference.langchain.com/python/langchain-classic/chains/flare/prompts/FinishedOutputParser/parse)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/311675a517f51ec6c77454124293c58df517e952/libs/langchain/langchain_classic/chains/flare/prompts.py#L6)