mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 05:39:13 +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,
|
id: timestamp + 3,
|
||||||
scheduling_request: "",
|
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",
|
subject: "Round-up of research papers about AI in healthcare",
|
||||||
query_to_run:
|
query_to_run:
|
||||||
|
|||||||
Reference in New Issue
Block a user