mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Add an automation for research paper summaries
This commit is contained in:
parent
05c169bb37
commit
8e6b9afeb7
1 changed files with 10 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue