An array of SummaryContent objects, each representing a part of the summary.
Returns the text of the summary, formatted according to the specified citation format.
The desired format for citations. Can be "XML" or "MARKDOWN".
The formatted summary text. Throws an error if an unsupported format is provided.
Filter the contents according to removeFn, using sensemaker utils filterSummaryContent
Decides whether SummaryContent object should be removed or not
boolean
Represents a summary composed of multiple SummaryContents. If a SummaryContent contains a claim, it should be grounded by representative comments.