Skip to content

Conversation

github-actions[bot]
Copy link
Contributor

Automated update of translated documentation.

Triggered by commit: c2ee7c890c1c19cc21fc8f4b1e46277f8e04aec6.
Message: Update models in docs (#1810)

@seratch seratch added the documentation Improvements or additions to documentation label Sep 26, 2025
@seratch seratch merged commit 8994c78 into main Sep 26, 2025
@seratch seratch deleted the update-translated-docs-18030258137 branch September 26, 2025 06:58
Copy link

@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

```python
from agents import Agent, Runner
from agents.model_settings import ModelSettings
from mcp import MCPServerSse

[P1] Fix broken import in MCP SSE example

The realtime SSE example now imports MCPServerSse from a top‑level mcp package (from mcp import MCPServerSse), but the SDK only exposes that class via agents.mcp. Running the snippet as written raises ModuleNotFoundError: No module named 'mcp' and prevents readers from using the example. Please restore the import to from agents.mcp import MCPServerSse (or the appropriate package path) so the sample can execute.

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

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