mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-08-08 00:02:20 +03:00
fix(types): preserve Responses transform options (#9119)
Validated in local merge-train (devbox-vm-06-dev002) @ combined-tip (FAST gates: typecheck/complexity/cognitive/changelog/vitest — only pre-existing audit.test.ts flake). Evidence: /home/diegosouzapw/dev/proxys/OmniRoute/.claude/worktrees/merge-train-20260805-222248-suite.log
This commit is contained in:
@@ -0,0 +1 @@
|
||||
- Preserve the Responses API transform options contract under TypeScript 7.
|
||||
@@ -87,7 +87,7 @@ export function createResponsesLogger(model, logsDir = null) {
|
||||
export function createResponsesApiTransformStream(
|
||||
logger = null,
|
||||
keepaliveIntervalMs = 3000,
|
||||
options = {}
|
||||
options: { customToolNames?: Iterable<string> } = {}
|
||||
) {
|
||||
const customToolNames = new Set(options.customToolNames || []);
|
||||
const state = {
|
||||
|
||||
Reference in New Issue
Block a user