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: examples/slackbot/src/slackbot/_internal/templates.py
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,29 @@
3
3
I'm Marvin, your AI assistant. I'm here to help you with any questions about Prefect.
4
4
5
5
Here are some helpful resources to get you started:
6
+
• Website: <https://www.prefect.io/|Prefect> - Learn about Prefect's workflow orchestration platform
6
7
• Documentation: <https://docs.prefect.io|docs.prefect.io> - Complete guides and API references
7
8
• GitHub: <https://github.com/PrefectHQ/prefect|github.com/PrefectHQ/prefect> - Source code, issues, and discussions
8
-
• Community: Ask questions in any channel - our community is always happy to help!
9
9
• Devlog: <https://dev-log.prefect.io|dev-log.prefect.io> - Latest updates and insights from the team
10
10
11
11
Feel free to mention me (@marvin) in any channel if you need assistance. I'll do my best to help!
12
+
13
+
If you have a moment, please introduce yourself in #introductions! We'd love to know:
14
+
• Your background (name, role, industry/company)
15
+
• How you discovered Prefect
16
+
• What workflows or data challenges you're working on
17
+
• Your experience level with workflow orchestration
18
+
19
+
Here's a template you can use:
20
+
```
21
+
👋 Hi! I'm [name], [role] at [company/industry].
22
+
23
+
I found Prefect through [colleague/research/blog/etc] and working on [ETL/ML workflows/data processing/etc]. Currently dealing with [scheduling/error handling/monitoring challenges].
24
+
25
+
I'm [new to orchestration/coming from Airflow/etc] and excited to [learn/migrate/optimize]!
0 commit comments