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

@@ -54,6 +54,9 @@ export class AiConfig {
@Column({ name: 'timeout_ms', type: 'int', default: 30000 })
timeoutMs: number;
@Column({ name: 'reasoning_effort', type: 'varchar', length: 20, nullable: true })
reasoningEffort: string | null;
@Column({ type: 'boolean', default: false })
verified: boolean;