langchain.chains.combine_documents.StuffDocumentsChain
https://github.com/hwchase17/langchain/blob/v0.0.228/langchain/chains/combine_documents/stuff.py#L21
Chain that combines documents by stuffing into context.
This chain takes a list of documents and first combines them into a single string.
Exampleが分かりやすそう