Actions
Summarize Documents
Generate an AI summary of the requested documents.
Note, this action belongs to Glean Chat API
, therefore requires using either the Global Client Token
or the User Client Token
connection methods.
To learn more, visit the Glean documentation.
Parameters
Parameter | Description |
---|---|
Documents Specifications | An array of objects of documents specifications. Can be one of the following specification types:- An array of objects containing URLs of documents, Example:[ { "url": "https://bluesky.test/blueskytest-1" }, { "url": "https://bluesky.test/blueskytest-2" }] - An array of objects containing document IDs , Example:[ { "id": "8739af2e1c89456b" }, { "id": "7489bf2s8v98738g" }] - An array of objects containing content data , Example:[ { "contentId": 101, "docType": "xxxxx", "ugcType": "ANNOUNCEMENTS" }, { "contentId": 202, "docType": "xxxxx", "ugcType": "ANSWERS" }] For more information on the different specification options, please refer to Glean’s Documentation. |
Preferred Summary Length | Length of summary output. |
Query | A query that the summary should be about. |
Timestamp | A timestamp associated with the client request. |
Tracking Token | An opaque token that represents this particular result. |
Example Output
Workflow Library Example
Summarize Documents with Glean and Send Results Via Email
Preview this Workflow on desktop
Was this page helpful?