chore(changelog): note openai websocket-first streaming

This commit is contained in:
Peter Steinberger
2026-03-01 22:33:21 +00:00
parent 7ced38b5ef
commit 8da86f6995
2 changed files with 1 additions and 1 deletions

View File

@@ -895,7 +895,6 @@ describe("applyExtraParamsToAgent", () => {
contextWindow: 128_000,
maxTokens: 16_384,
compat: { supportsStore: false },
<<<<<<< HEAD
} as Model<"openai-responses"> & { compat?: { supportsStore?: boolean } },
});
expect(payload.store).toBe(false);