Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 2.64 KB

File metadata and controls

14 lines (10 loc) · 2.64 KB

SummarizeRequest

Summary of the document

Fields

Field Type Required Description
timestamp OffsetDateTime The ISO 8601 timestamp associated with the client request.
query Optional<String> Optional query that the summary should be about
preferredSummaryLength Optional<Long> Optional length of summary output. If not given, defaults to 500 chars.
documentSpecs List<DocumentSpecUnion> ✔️ Specifications of documents to summarize
trackingToken Optional<String> An opaque token that represents this particular result. To be used for /feedback reporting.