fix: retain previously captured thinking signature on new summary part

This commit is contained in:
Ravi Tharuma
2026-03-24 20:08:23 +01:00
parent 76b53d6b5b
commit c31ae2f3b5

View File

@@ -88,7 +88,6 @@ func ConvertCodexResponseToClaude(_ context.Context, _ string, originalRequestRa
template, _ = sjson.SetBytes(template, "index", params.BlockIndex)
params.ThinkingBlockOpen = true
params.ThinkingStopPending = false
params.ThinkingSignature = ""
output = translatorcommon.AppendSSEEventBytes(output, "content_block_start", template, 2)
} else if typeStr == "response.reasoning_summary_text.delta" {