AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Trip Planning Workflow
|
||||
|
||||
trigger:
|
||||
type: manual
|
||||
value: "user wants to plan a trip"
|
||||
|
||||
actions:
|
||||
- Gather destination preferences
|
||||
- Research attractions and activities
|
||||
- Create preliminary itinerary
|
||||
- Estimate costs
|
||||
- Generate packing list
|
||||
|
||||
context:
|
||||
category: planning
|
||||
priority: high
|
||||
@@ -0,0 +1,16 @@
|
||||
# Trip Reminder Workflow
|
||||
|
||||
trigger:
|
||||
type: time
|
||||
value: "1 day before trip"
|
||||
|
||||
actions:
|
||||
- Send final reminder
|
||||
- Share itinerary summary
|
||||
- Check weather forecast
|
||||
- Confirm reservations
|
||||
- Provide packing checklist
|
||||
|
||||
context:
|
||||
category: reminder
|
||||
priority: high
|
||||
Reference in New Issue
Block a user