# AsyncCombineDocsProtocol

> **Class** in `langchain_classic`

📖 [View in docs](https://reference.langchain.com/python/langchain-classic/chains/combine_documents/reduce/AsyncCombineDocsProtocol)

Interface for the combine_docs method.

## Signature

```python
AsyncCombineDocsProtocol()
```

## Extends

- `Protocol`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/51e954877efd2d2c3c5bf09364dcfec8794eadb0/libs/langchain/langchain_classic/chains/combine_documents/reduce.py#L23)