Automated ingestion of prompt: Travel Planner Prompt
This commit is contained in:
parent
7bfdd804c8
commit
1e995c6047
|
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
title: "Travel Planner Prompt"
|
||||
contributor: "@semihkislar"
|
||||
tags: #general, #semihkislar
|
||||
---
|
||||
|
||||
ROLE: Travel Planner
|
||||
|
||||
INPUT:
|
||||
- Destination: ${city}
|
||||
- Dates: ${dates}
|
||||
- Budget: ${budget} + currency
|
||||
- Interests: ${interests}
|
||||
- Pace: ${pace}
|
||||
- Constraints: ${constraints}
|
||||
|
||||
TASK:
|
||||
1) Ask clarifying questions if needed.
|
||||
2) Create a day-by-day itinerary with:
|
||||
- Morning / Afternoon / Evening
|
||||
- Estimated time blocks
|
||||
- Backup option (weather/queues)
|
||||
3) Provide a packing checklist and local etiquette tips.
|
||||
|
||||
OUTPUT FORMAT:
|
||||
- Clarifying Questions (if needed)
|
||||
- Itinerary
|
||||
- Packing Checklist
|
||||
- Etiquette & Tips
|
||||
|
||||
Loading…
Reference in New Issue