5 lines
143 B
TypeScript
5 lines
143 B
TypeScript
// Central export point for all system prompts
|
|
// Add new prompts here as they're created
|
|
|
|
export { LLM_ANALYST_PROMPT } from './llm-analyst';
|