You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/client/components/tasks/WelcomePanel.js
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ const exampleWorkflows = [
32
32
title: "Daily Briefing",
33
33
description:
34
34
"Get a summary of your unread emails and today's calendar events.",
35
-
prompt: "Give me a daily briefing of my unread important emails and today's schedule.",
35
+
prompt: "Every morning at 8 AM, send me a summary of unread emails and my upcoming calendar events for the day on WhatsApp.",
36
36
tools: ["gmail","gcalendar"]
37
37
},
38
38
{
@@ -45,28 +45,28 @@ const exampleWorkflows = [
45
45
{
46
46
title: "Schedule a Follow-up",
47
47
description: "Find a time and schedule a meeting with a contact.",
48
-
prompt: "Find a time to schedule a 30-minute follow-up call with jane.doe@example.com for next week.",
48
+
prompt: "Find a free slot on my Google Calendar for next week and schedule a follow-up call with jane.doe@example.com now.",
49
49
tools: ["gcalendar","gpeople"]
50
50
},
51
51
{
52
52
title: "Weekly Lead Nurturing",
53
53
description:
54
54
"Draft personalized follow-up emails for new leads from Google Contacts.",
55
-
prompt: "Every Monday morning, find all contacts in my Google Contacts with the label 'Q3-Leads'. For each contact, check my Gmail to see if we've communicated in the last 10 days. If not, draft a friendly, personalized follow-up email asking if they have any questions about our last conversation and suggesting a brief call.",
55
+
prompt: "Every Monday morning, find all contacts in my Google Contacts with the label 'Q3-Leads'. For each contact, search my gmail to see if we have discussed anything before. If not, draft a friendly, personalized outreach email asking if they would be open to collaborating and suggest a brief call.",
56
56
tools: ["gpeople","gmail"]
57
57
},
58
58
{
59
59
title: "Content Idea Generation",
60
60
description:
61
61
"Research trends and populate your Notion database with new content ideas.",
62
-
prompt: "Every Friday, find the top 5 news articles from the past week in the 'technology' category. Also, perform an internet search for 'latest trends in AI productivity tools'. Summarize the key findings and add them as new ideas to my 'Content Ideas' database in Notion.",
62
+
prompt: "Every Friday, find the top 5 news articles from the past week in the 'technology' category. Also, perform an internet search for 'latest trends in AI productivity tools'. Summarize the key findings and add them as new ideas to the 'Content Ideas for The Week' Page under the Getting Started page in Notion.",
63
63
tools: ["internet_search","notion"]
64
64
},
65
65
{
66
66
title: "Automated Meeting Agenda",
67
67
description:
68
68
"Generate a meeting agenda by summarizing recent activity from GitHub and Slack.",
69
-
prompt: "An hour before our weekly 'Project Phoenix Sync' meeting, prepare the agenda. Summarize all new commits and closed issues in the 'Project-Phoenix' GitHub repo from the last 7 days. Check the '#project-phoenix' Slack channel for any messages containing 'blocker' or 'help'. Create a new Google Doc with this summary and a template for meeting notes.",
69
+
prompt: "We have a project sync meeting every Friday at 5PM. Every Friday at 4 PM, summarize all closed issues in the 'Project-Sentient' GitHub repo from the last 7 days. Check the Trello board for Project-Sentient and see what the remaining cards on the 'To-Do' board are. Create a new Google Doc with this summary and outline what we can discuss in the meeting. Share this document with the team on Slack. Add a Google Calendar event for the meeting with the agenda attached.",
0 commit comments