Class: TreeSummarize
TreeSummarize repacks the text chunks into the smallest possible number of chunks and then summarizes them, then recursively does so until there's one chunk left.
Hierarchy
-
↳
TreeSummarize
Implements
Constructors
constructor
• new TreeSummarize(serviceContext?
, summaryTemplate?
): TreeSummarize
Parameters
Name | Type |
---|---|
serviceContext? | ServiceContext |
summaryTemplate? | (__namedParameters : { context : undefined | string = ""; query : undefined | string = "" }) => string |