mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-19 21:52:21 +03:00
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.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user