ktx/packages/context/src/prompts/index.ts
2026-05-10 23:12:26 +02:00

2 lines
133 B
TypeScript

export type { PromptContext, PromptServiceOptions } from './prompt.service.js';
export { PromptService } from './prompt.service.js';