langchain.chains.combine_documents.reduce.AsyncCombineDocsProtocol¶

class langchain.chains.combine_documents.reduce.AsyncCombineDocsProtocol(*args, **kwargs)[source]¶

Bases: Protocol

Interface for the combine_docs method.

Methods

__init__(*args, **kwargs)

async __call__(docs: List[Document], **kwargs: Any) str[source]¶

Async interface for the combine_docs method.