mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 13:19:16 +00:00
Suggest notification type automation on Automation page of web app
This commit is contained in:
@@ -202,6 +202,15 @@ const suggestedAutomationsMetadata: AutomationsData[] = [
|
||||
id: timestamp + 3,
|
||||
scheduling_request: "",
|
||||
},
|
||||
{
|
||||
subject: "Market Crash Notification",
|
||||
query_to_run: "Notify me if the stock market fell by more than 5% today.",
|
||||
schedule: "5PM every evening",
|
||||
next: "Next run at 5PM today",
|
||||
crontime: "0 17 * * *",
|
||||
id: timestamp + 5,
|
||||
scheduling_request: "",
|
||||
},
|
||||
{
|
||||
subject: "Round-up of research papers about AI in healthcare",
|
||||
query_to_run:
|
||||
|
||||
Reference in New Issue
Block a user