release: 2.0.73 — v2.0.72 NLU recovery hotfix (allThinking 通道漏)
cascade CortexStepPlannerResponse 有 response(1) 和 thinking(3) 两个文本字段。 GLM-4.7/GLM-5.1 这类非 thinking 系模型在 cascade 后端有时把 narrate 输出塞 thinking 而不是 response,markers/NLU 检测当时只看 allText 路径完全漏掉。 修:narrativeSource = (allText && allText.trim()) ? allText : allThinking。 non-stream + stream 两路 markers/NLU/fabricate 三段都用合并源。NLU 抠到时 allThinking 也清空。 测试 792 不变 0 fail。
D
dwgx committed
8df3c5ae35d009db0312a3367f78de495009ceda
Parent: 91c69d1