# ConvoOutputParser

> **Class** in `langchain_classic`

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

Output parser for the conversational agent.

## Signature

```python
ConvoOutputParser()
```

## Extends

- `AgentOutputParser`

## Properties

- `ai_prefix`
- `format_instructions`

## Methods

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

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/6fb37dba71da807af60aa7b909f71f0625a666bf/libs/langchain/langchain_classic/agents/conversational/output_parser.py#L10)