Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Realtime: only update model settings from session #1169

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged

Conversation

rm-openai
Copy link
Collaborator

Summary:

Was running into bugs. Because the model settings were being set from both runner and session, and that was causing issues. Among other things, handoffs were broken because the runner wasn't reading them, and the session wasn't setting them in the connect() call.

Test Plan:

Unit tests.

@rm-openai rm-openai requested review from seratch and jhills20 July 17, 2025 16:55
### Summary:
Was running into bugs. Because the model settings were being set from both runner and session, and that was causing issues. Among other things, handoffs were broken because the runner wasn't reading them, and the session wasn't setting them in the connect() call.

### Test Plan:
Unit tests.
@rm-openai rm-openai merged commit a25dac7 into main Jul 17, 2025
10 checks passed
@rm-openai rm-openai deleted the rm/pr1169 branch July 17, 2025 17:04
@sibblegp
Copy link

Fantastic! Thank you! I feel so vindicated that I was right.

Now I just need to figure out why my interruptions don't work and yours do.

@sibblegp
Copy link

@rm-openai Could these same reasons be why your demos work with interruptions but mine with a custom config doesn't?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants