fix(ai): fall back from codex websocket to sse (#4133)

This commit is contained in:
Armin Ronacher
2026-05-03 22:51:42 +02:00
committed by GitHub
parent a646639af9
commit 370fdae6fa
5 changed files with 233 additions and 24 deletions

View File

@@ -26,6 +26,7 @@ export type { OpenAIResponsesOptions } from "./providers/openai-responses.js";
export * from "./providers/register-builtins.js";
export * from "./stream.js";
export * from "./types.js";
export * from "./utils/diagnostics.js";
export * from "./utils/event-stream.js";
export * from "./utils/json-parse.js";
export type {