docs: refresh docs and examples to gpt-5.4#1068
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 09e424d601
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
This pull request updates English docs and user-facing examples to prefer
gpt-5.4over oldergpt-5.2references across guides, AI SDK samples, basic examples, memory samples, and tool examples.It keeps stable example filenames such as
gpt-5.tswhile refreshing the underlying model names and accompanying prose in the models and voice-agents guides. It also tightens theapply-patchexample forgpt-5.4by adding low reasoning effort and a more explicit in-place edit prompt after live validation showed malformed patch context without that extra guidance.