forked from wangziqi/gongxue-base
feat: AI 对话支持 A2UI 表单/审查/图表与 Excel 读取
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user