UNPKG

@yk1028-test/ai-chat-supporter

Version:

AI Chat Supporter - TypeScript library for intelligent chat processing with LangChain integration

7 lines 203 B
export * from './input/index'; export * from './output/index'; export type Language = 'korean' | 'english'; export interface LanguageConfig { language: Language; } //# sourceMappingURL=index.d.ts.map