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

Skip to content

Tests for realtime runner #1079

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 2 commits into from
Jul 12, 2025
Merged

Tests for realtime runner #1079

merged 2 commits into from
Jul 12, 2025

Conversation

rm-openai
Copy link
Collaborator

@rm-openai rm-openai commented Jul 12, 2025

Key changes:
1. Transport -> model.
2. Extract any model settings into `RealtimeSessionModelSettings`.
3. RealtimeRunConfig, similar to the RunConfig in `run.py`.

Next PR I'll update session to be better.
@rm-openai rm-openai changed the base branch from main to rm/pr1076 July 12, 2025 00:29
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.

okay, we'll hit 95% soon:


TOTAL 12773 827 94%
Coverage failure: total of 94 is less than fail-under=95
make: *** [Makefile:31: coverage] Error 2
Error: Process completed with exit code 2.

@seratch
Copy link
Member

seratch commented Jul 12, 2025

once the mypy failure is resolved, this is good to go

rm-openai added a commit that referenced this pull request Jul 12, 2025
Key changes:
1. Transport -> model.
2. Extract any model settings into `RealtimeSessionModelSettings`.
3. RealtimeRunConfig, similar to the RunConfig in `run.py`.
4. RealtimeRunner now exists, similar to Runner. Returns a
RealtimeSession when you call run().
5. RealtimeSession now uses streaming events instead of listener.






---
[//]: # (BEGIN SAPLING FOOTER)
* #1080
* #1079
* __->__ #1076
Base automatically changed from rm/pr1076 to main July 12, 2025 00:50
@rm-openai rm-openai merged commit c0974d7 into main Jul 12, 2025
8 of 10 checks passed
@rm-openai rm-openai deleted the rm/pr1079 branch July 12, 2025 00:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants