UNPKG

@yk1028-test/ai-chat-supporter

Version:

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

7 lines 174 B
export interface BaseOutputData { type: string; timestamp: Date; processingTime?: number; metadata?: Record<string, any>; } //# sourceMappingURL=base.d.ts.map