summaryrefslogtreecommitdiff
path: root/docs/oauth-provider-auth.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/oauth-provider-auth.md')
-rw-r--r--docs/oauth-provider-auth.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/oauth-provider-auth.md b/docs/oauth-provider-auth.md
index 96312e1..268c7e9 100644
--- a/docs/oauth-provider-auth.md
+++ b/docs/oauth-provider-auth.md
@@ -573,9 +573,9 @@ it is the OpenAI **Responses API** at
items, `reasoning`, `include: ["reasoning.encrypted_content"]`, `store: false`;
headers `Authorization: Bearer`, `chatgpt-account-id`,
`OpenAI-Beta: responses=experimental`, `originator: codex_cli_rs`). That is a
-new wire dialect, implemented as the **`openai_responses` provider style**
-(`provider_openai_responses.zig` + `openai_responses_json.zig`), distinct from
-`openai_chat`. The default config ships a commented `[providers.codex]` /
+Responses-family dialect: configure it as `style = "openai_responses"` with
+`dialect = "codex"`, which maps to the internal `openai_codex_responses`
+`APIStyle`. The default config ships a commented `[providers.codex]` /
`[auth.openai_codex]` example. The serializer maps system→`instructions`,
user/assistant text→message items, tool calls→`function_call` /
`function_call_output` items, and tools→flat function entries; the stream