langchain[patch]: Fix doc-string grammar (#16543)

- **Description:** Small grammar fix in docstring for class
`BaseCombineDocumentsChain`.
This commit is contained in:
Anders Åhsman 2024-01-26 00:00:06 +09:00 committed by GitHub
parent 9dd7cbb447
commit 355ef2a4a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -37,7 +37,7 @@ class BaseCombineDocumentsChain(Chain, ABC):
to use (default `input_documents`), and then also expose a method to calculate
the length of a prompt from documents (useful for outside callers to use to
determine whether it's safe to pass a list of documents into this chain or whether
that will longer than the context length).
that will be longer than the context length).
"""
input_key: str = "input_documents" #: :meta private: