Summary of the document
| 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. |