# StructuredChatOutputParser

> **Class** in `langchain_classic`

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

Output parser for the structured chat agent.

## Signature

```python
StructuredChatOutputParser()
```

## Extends

- `AgentOutputParser`

## Properties

- `format_instructions`
- `pattern`

## Methods

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

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/b302691ff9ad841804e93e5addbdc53b6974473b/libs/langchain/langchain_classic/agents/structured_chat/output_parser.py#L21)