From 8e6b9afeb764c10d76b0c25427810cb60d09ea7c Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sun, 8 Sep 2024 11:50:49 -0700 Subject: [PATCH] Add an automation for research paper summaries --- src/interface/web/app/automations/page.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/interface/web/app/automations/page.tsx b/src/interface/web/app/automations/page.tsx index bdd252dc..06a828d8 100644 --- a/src/interface/web/app/automations/page.tsx +++ b/src/interface/web/app/automations/page.tsx @@ -202,6 +202,16 @@ const suggestedAutomationsMetadata: AutomationsData[] = [ id: timestamp + 3, scheduling_request: "", }, + { + subject: "Round-up of research papers about AI in healthcare", + query_to_run: + "Summarize the top 3 research papers about AI in healthcare that were published in the last week. Include links to the full papers.", + schedule: "9AM every Friday", + next: "Next run at 9AM on Friday", + crontime: "0 9 * * 5", + id: timestamp + 4, + scheduling_request: "", + }, ]; function createShareLink(automation: AutomationsData) {