# StructuredChatOutputParserWithRetries

> **Class** in `langchain_classic`

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

Output parser with retries for the structured chat agent.

## Signature

```python
StructuredChatOutputParserWithRetries()
```

## Extends

- `AgentOutputParser`

## Properties

- `base_parser`
- `output_fixing_parser`

## Methods

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

---

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