Currently, prompts are hardcoded or scattered in the service files.
Requirements:
- Move all prompts to a centralized location (e.g.,
src/lib/prompts.ts or a database).
- Allow for easy versioning and AB testing of system prompts.
- Ensure type safety for prompt variable replacement.
Currently, prompts are hardcoded or scattered in the service files.
Requirements:
src/lib/prompts.tsor a database).