Skip to content

docs: update translated document pages#1033

Merged
seratch merged 1 commit intomainfrom
update-translated-docs-22538725897
Mar 1, 2026
Merged

docs: update translated document pages#1033
seratch merged 1 commit intomainfrom
update-translated-docs-22538725897

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 1, 2026

Automated update of translated documentation.

Triggered by commit: ef67dd404992d976975c07d1847c2a9d18e2685f.
Message: docs: clarify responses websocket transport resolution

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 1, 2026

⚠️ No Changeset found

Latest commit: 2c7159d

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@seratch seratch added the documentation Improvements or additions to documentation label Mar 1, 2026
@seratch seratch merged commit 567e7f7 into main Mar 1, 2026
@seratch seratch deleted the update-translated-docs-22538725897 branch March 1, 2026 07:48
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2c7159deb5

ℹ️ 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".

`setOpenAIResponsesTransport('websocket')` を使うと WebSocket トランスポートを有効化でき、`setOpenAIResponsesTransport('http')` で戻せます。WebSocket トラフィックをプロキシやゲートウェイ経由でルーティングする場合は、`OPENAI_WEBSOCKET_BASE_URL` を設定してください(または `OpenAIProvider` の `websocketBaseURL` を設定してください)。
`setOpenAIResponsesTransport('websocket')` を使用すると WebSocket トランスポートを有効化でき、`setOpenAIResponsesTransport('http')` で HTTP に戻せます。プロキシやゲートウェイ経由で websocket トラフィックをルーティングする場合は、`OPENAI_WEBSOCKET_BASE_URL` を設定してください(または `OpenAIProvider` の `websocketBaseURL` を設定してください)。

このプロセス全体のデフォルトは、後からデフォルトの OpenAI プロバイダー経由で解決されるモデルにのみ影響します。具体的な `Model` インスタンスやカスタムの `modelProvider` を渡す場合は、代わりにそちらでトランスポートを設定してください。[モデルガイド](/openai-agents-js/ja/guides/models#responses-websocket-transport) を参照してください。
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Use a valid section fragment for localized models link

This new cross-link points to #responses-websocket-transport, but the target headings in the localized models pages are translated (for example #### Responses WebSocket トランスポート at ja/guides/models.mdx:92, plus analogous Korean and Chinese headings), and there is no explicit {#responses-websocket-transport} override. With Starlight’s heading-id generation, this fragment will not resolve to that section, so readers of the JA/KO/ZH config docs won’t jump to the intended transport guidance.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant