feat: AI 对话支持 A2UI 表单/审查/图表与 Excel 读取

This commit is contained in:
2026-08-04 14:41:40 +08:00
parent f07ffdc64c
commit 50c44e4410
51 changed files with 11588 additions and 175 deletions

View File

@@ -45,4 +45,11 @@ export { AiConfig } from '../ai-config/ai-config.entity';
export * from './student-wallet.entity';
export * from './wallet-transaction.entity';
export * from './financial-operation.entity';
export { AiAttachment, AiConversation, AiMessage, AiToolRun } from '../ai-chat/entities';
export {
AiAttachment,
AiConversation,
AiMessage,
AiToolRun,
AiForm,
AiReview,
} from '../ai-chat/entities';