mirror of
https://github.com/kennethnym/aris.git
synced 2026-03-20 09:01:19 +00:00
Adds three LLM-fillable slots to every CalDav feed item: insight, preparation, and crossSource. Slot prompts are stored in separate .txt files under src/prompts/ with few-shot examples to steer the LLM away from restating event details. Co-authored-by: Ona <no-reply@ona.com>
7 lines
385 B
Plaintext
7 lines
385 B
Plaintext
One sentence of actionable insight the user can't already see from the event title, time, and location. Do not restate event details. Do not fabricate information you don't have. Return null if there's nothing non-obvious to say.
|
|
|
|
Examples:
|
|
- "you have 2 hours free before this starts"
|
|
- "all 8 attendees accepted — expect a full room"
|
|
- "third time this has been rescheduled"
|
|
- null |