From a86adbf465ccb33dc2fe58e707e2ebe388b7cec6 Mon Sep 17 00:00:00 2001 From: Brandon Bennett Date: Sat, 15 Aug 2026 18:55:17 -0700 Subject: [PATCH] fix(chat): drop unused correlationId from safety-net combo redirect (#10039) handleComboChat's HandleComboChatOptions has no correlationId member and the combo pipeline never consumes it; the property was copied from the handleSingleModelChat options shape by accident and introduced a new TS2353 under the open-sse workspace typecheck gate. --- src/sse/handlers/chat.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sse/handlers/chat.ts b/src/sse/handlers/chat.ts index 1f04f71cad..56440b40a6 100644 --- a/src/sse/handlers/chat.ts +++ b/src/sse/handlers/chat.ts @@ -1150,7 +1150,6 @@ async function handleSingleModelChat( allCombos: [], relayOptions: undefined, signal: request?.signal ?? null, - correlationId: runtimeOptions?.correlationId ?? null, // #9654 Wave 2: safety-net redirect — same per-target probe as the primary path. perTargetAdmission: chatAdmission.createPerTargetAdmissionHookForRequest( apiKeyInfo?.id,