refactor: use PI Codex Responses transport (#79726)

Routes explicit OpenAI Codex Responses runs through PI's native WebSocket-capable transport and removes the custom OpenClaw WebSocket implementation.
This commit is contained in:
Peter Steinberger
2026-05-09 05:40:30 -04:00
committed by GitHub
parent f62cca91e6
commit beaecbcad4
48 changed files with 335 additions and 9433 deletions

View File

@@ -1,7 +1,6 @@
export const OPENAI_GPT5_TRANSPORT_DEFAULTS = {
parallel_tool_calls: true,
text_verbosity: "low",
openaiWsWarmup: false,
} as const;
export const OPENAI_GPT5_TRANSPORT_DEFAULT_CASES = [