Skip to content

Commit

Permalink
Add an automation for research paper summaries
Browse files Browse the repository at this point in the history
  • Loading branch information
sabaimran committed Sep 8, 2024
1 parent 05c169b commit 8e6b9af
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/interface/web/app/automations/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 8e6b9af

Please sign in to comment.