兼容Debug EML SSE断流兜底

This commit is contained in:
andy
2026-07-12 19:26:52 +08:00
parent 9d095cfd53
commit 807d045526
17 changed files with 556 additions and 47 deletions

View File

@@ -38,6 +38,7 @@ export interface DebugEmlSuperAgentRunResult {
superagent_trace_events: DebugEmlSuperAgentTraceEvent[]
warnings: string[]
status: string | null
safe_error_summary: string | null
}
export interface DebugEmlSuperAgentTraceEvent {