Skip to content

Conversation

seratch
Copy link
Member

@seratch seratch commented Sep 26, 2025

This pull request resolves #494; this affects not only the demo app but any apps, so we should deliver this change shortly

Copy link

changeset-bot bot commented Sep 26, 2025

🦋 Changeset detected

Latest commit: 6001c53

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 Sep 26, 2025

@codex fix the build error:

Run pnpm -r build-check
Scope: 23 of 24 workspace projects
packages/agents-core build-check$ tsc --noEmit -p ./tsconfig.test.json
packages/agents-core build-check: Done
packages/agents-openai build-check$ tsc --noEmit -p ./tsconfig.test.json
packages/agents-realtime build-check$ tsc --noEmit -p ./tsconfig.test.json
packages/agents-openai build-check: Done
Error: packages/agents-realtime build-check: test/realtimeSession.test.ts(135,48): error TS2339: Property 'audio' does not exist on type 'Partial<RealtimeSessionConfig>'.
packages/agents-realtime build-check:   Property 'audio' does not exist on type 'Partial<RealtimeSessionConfigDeprecated>'.
packages/agents-realtime build-check: Failed
/home/runner/work/openai-agents-js/openai-agents-js/packages/agents-realtime:
 ERR_PNPM_RECURSIVE_RUN_FIRST_FAIL  @openai/agents-realtime@0.1.6 build-check: `tsc --noEmit -p ./tsconfig.test.json`
Exit status 2
Error: Process completed with exit code 2.

@seratch seratch merged commit 926bc13 into main Sep 26, 2025
5 checks passed
@seratch seratch deleted the issue-494-realtime-default-config branch September 26, 2025 23:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working package:agents-realtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Voice input transcription failing in realtime-demo
2 participants