@jss-rule-engine/chat
Version:
8 lines (7 loc) • 515 B
TypeScript
export { ChatActionFactory } from './src/client/chatActionFactory';
export type { IChatActionCommand } from './src/client/chatActionFactory';
export { registerChatActions } from './src/registerChatActions';
export { registerChatCommands } from './src/registerChatCommands';
export { registerChatRuleEngine } from './src/registerChatRuleEngine';
export type { Action, ErrorResponse, Metadata, SuccessResponse } from './src/client/types';
export { handleChatMessage } from './src/handlers/chatMessageHandler';