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.
Implements
BaseResponseBuilder
Constructors
constructor
• new TreeSummarize(serviceContext
, summaryTemplate?
)
Parameters
Name | Type |
---|---|
serviceContext | ServiceContext |
summaryTemplate? | (__namedParameters : Object ) => string |
Defined in
packages/core/src/ResponseSynthesizer.ts:217
Properties
serviceContext
• serviceContext: ServiceContext