Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 58fafd340f
ℹ️ About Codex in GitHub
Codex has been enabled to automatically 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 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| | --------------------------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------------ | | ||
| | `name` | yes | 人間が読める短い識別子 | | ||
| | `instructions` | yes | システムプロンプト(文字列 **or** 関数。 [Dynamic instructions](#dynamic-instructions) を参照) | | ||
| | `prompt` | no | OpenAI Responses API の prompt 設定。[Prompt](/openai-agents-js/guides/models#prompt) を参照 | |
There was a problem hiding this comment.
Keep Japanese guide links under the ja locale
This link was changed to /openai-agents-js/guides/... instead of /openai-agents-js/ja/guides/..., so users reading the Japanese page are routed to the root (English) docs when they click it. The same regression appears in multiple links in this file, which breaks localized navigation continuity for Japanese readers.
Useful? React with 👍 / 👎.
| - [运行智能体](/openai-agents-js/zh/guides/running-agents)(`Runner` 和按次运行选项)。 | ||
| - [模型](/openai-agents-js/zh/guides/models)(智能体级和 runner 级模型设置)。 | ||
| - [追踪](/openai-agents-js/zh/guides/tracing)(按次运行的追踪配置和导出器行为)。 | ||
| - [运行智能体](/openai-agents-js/guides/running-agents):了解 `Runner` 和按运行配置选项。 |
There was a problem hiding this comment.
Preserve zh-prefixed cross-links in Chinese config guide
These cross-links now point to /openai-agents-js/guides/... rather than /openai-agents-js/zh/guides/..., which takes Chinese readers out of the localized docs and into the default English pages. Because this section is a navigation hub, losing the locale prefix degrades the primary reading flow for zh users.
Useful? React with 👍 / 👎.
Automated update of translated documentation.
Triggered by commit: ad8973c871f7ad664f2437da6381af155e9d0493.
Message:
docs: improve TypeScript docs entry points and guide navigation (#1044)