Skip to content

Conversation

@gotalab
Copy link
Contributor

@gotalab gotalab commented Sep 30, 2025

Summary

Align import path references for consistency in the voice agents quickstart guides.

Changes

  • Before: import { RealtimeAgent } from '@openai/agents-realtime'
  • After: import { RealtimeAgent } from '@openai/agents/realtime'
  • Before: import { RealtimeSession } from '@openai/agents-realtime'
  • After: import { RealtimeSession } from '@openai/agents/realtime'

Notes

  • Docs-only change. No runtime code affected.
  • Applies to en/ja/ko/zh quickstart pages.

@changeset-bot
Copy link

changeset-bot bot commented Sep 30, 2025

⚠️ No Changeset found

Latest commit: 4ea8a48

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 Sep 30, 2025
Copy link
Member

@seratch seratch left a comment

Choose a reason for hiding this comment

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

Actually both work, but consistency is good

@seratch seratch merged commit 1c53e6d into openai:main Sep 30, 2025
4 checks passed
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.

2 participants