mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-05 03:02:35 +00:00
langchain[patch]: Fix doc-string grammar (#16543)
- **Description:** Small grammar fix in docstring for class `BaseCombineDocumentsChain`.
This commit is contained in:
parent
9dd7cbb447
commit
355ef2a4a6
@ -37,7 +37,7 @@ class BaseCombineDocumentsChain(Chain, ABC):
|
|||||||
to use (default `input_documents`), and then also expose a method to calculate
|
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
|
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
|
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:
|
input_key: str = "input_documents" #: :meta private:
|
||||||
|
Loading…
Reference in New Issue
Block a user