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

- **Description:** Small grammar fix in docstring for class
`BaseCombineDocumentsChain`.
pull/13985/head^2
Anders Åhsman 5 months ago committed by GitHub
parent 9dd7cbb447
commit 355ef2a4a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save