# ConvoOutputParser

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/agents/conversational_chat/output_parser/ConvoOutputParser)

Output parser for the conversational agent.

## Signature

```python
ConvoOutputParser()
```

## Extends

- `AgentOutputParser`

## Properties

- `format_instructions`

## Methods

- [`get_format_instructions()`](https://reference.langchain.com/python/langchain-classic/agents/conversational_chat/output_parser/ConvoOutputParser/get_format_instructions)
- [`parse()`](https://reference.langchain.com/python/langchain-classic/agents/conversational_chat/output_parser/ConvoOutputParser/parse)

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/9f232caa7a8fe1ca042a401942d5d90d54ceb1a6/libs/langchain/langchain_classic/agents/conversational_chat/output_parser.py#L12)