Summary
Returns a single document containing the concatenated content of all input documents with an optional delimiter and configurable metadata options
Syntax
public IEnumerable<IDocument> Execute(IReadOnlyList<IDocument> inputs, IExecutionContext context)
Parameters
Name |
Type |
Description |
inputs |
IReadOnlyList<IDocument> |
The input documents to this module. |
context |
IExecutionContext |
The execution context that can be used to access information about the environment and engine services. |
Return Value
Type |
Description |
IEnumerable<IDocument> |
A single document in a list |