Files
aris/packages/aelis-source-caldav/src/text.d.ts
Kenneth 34ead53e1d feat(caldav): add slot support for feed items (#57)
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>
2026-03-10 19:36:34 +00:00

5 lines
74 B
TypeScript

declare module "*.txt" {
const content: string
export default content
}