实现 Booking Excel 预处理接入 SuperAgent

This commit is contained in:
andy
2026-07-20 00:32:01 +07:00
parent b7b04cf1ac
commit d1955f5097
45 changed files with 2955 additions and 10 deletions

View File

@@ -31,6 +31,7 @@ export interface DebugEmlSuperAgentRunResult {
html_sanitize_required: boolean | null
html_render_mode: 'SANITIZED_HTML' | 'TEXT_ONLY' | string | null
agentbus_like_payload: Record<string, unknown> | null
attachment_extractions: Record<string, unknown>[]
superagent_session_id: string | null
superagent_run_id: string | null
superagent_raw_answer: string | null