UNPKG

@yk1028-test/ai-chat-supporter

Version:

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

11 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ChatInputValidator = void 0; // 채팅 입력 데이터 검증 class ChatInputValidator { static validate(data) { return !!(data.type === 'chat' && data.message); } } exports.ChatInputValidator = ChatInputValidator; //# sourceMappingURL=chat.js.map