Skip to content

Conversation

@seratch
Copy link
Member

@seratch seratch commented Oct 28, 2025

This pull request resolves #439; also, the change aligns with openai/openai-agents-python#1993

@changeset-bot
Copy link

changeset-bot bot commented Oct 28, 2025

🦋 Changeset detected

Latest commit: 0e2aefc

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 2 packages
Name Type
@openai/agents-realtime Patch
@openai/agents Patch

Not sure what this means? Click here to learn what changesets are.

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

@seratch
Copy link
Member Author

seratch commented Oct 28, 2025

@codex review

@seratch seratch force-pushed the issue-439-sip-support branch from df817d3 to e2246cb Compare October 28, 2025 06:19
@chatgpt-codex-connector
Copy link

Codex Review: Didn't find any major issues. Can't wait for the next one!

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

@seratch seratch force-pushed the issue-439-sip-support branch from e2246cb to f7f3e5f Compare October 30, 2025 11:19
Comment on lines +125 to +130
session.transport.sendEvent({
type: 'response.create',
response: {
instructions: `Say exactly '${WELCOME_MESSAGE}' now before continuing the conversation.`,
},
});
Copy link
Collaborator

Choose a reason for hiding this comment

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

Nice!

| 'gpt-4o-mini-realtime-preview-2024-12-17'
| 'gpt-realtime'
| 'gpt-realtime-2025-08-28'
| 'gpt-realtime-mini'
Copy link
Member Author

Choose a reason for hiding this comment

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

unrelated but i've added these missing models too

@seratch seratch merged commit 14016fd into main Oct 31, 2025
5 checks passed
@seratch seratch deleted the issue-439-sip-support branch October 31, 2025 06:20
@seratch seratch added this to the 0.3.x milestone Nov 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SIP Connection for handling calls with Agents SDK

3 participants