Skip to content

chore: narrow voice_mode to Literal["session"]#110

Open
JoshParkSJ wants to merge 4 commits intomainfrom
josh/remove-legacy-voice-job-modes
Open

chore: narrow voice_mode to Literal["session"]#110
JoshParkSJ wants to merge 4 commits intomainfrom
josh/remove-legacy-voice-job-modes

Conversation

@JoshParkSJ
Copy link
Copy Markdown
Contributor

@JoshParkSJ JoshParkSJ commented Apr 29, 2026

Summary

  • deprecated "config", "toolCall" and now we only support "session"
  • all voice agents are already on "session" since last sprint payload

The legacy "1 job per tool call" / "1 job per agent config" voice paths
have been removed in uipath-agents-python's VoiceJobRuntime. The only
remaining voice mode is "session" (long-lived URT job that streams tool
calls over socket.io to CAS). Narrow voice_mode accordingly so dead
literals don't propagate into runtime callers.
@JoshParkSJ JoshParkSJ force-pushed the josh/remove-legacy-voice-job-modes branch from 360b531 to 9c0cb48 Compare May 6, 2026 22:47
@JoshParkSJ JoshParkSJ changed the title refactor: narrow voice_mode to Literal["session"] chore: narrow voice_mode to Literal["session"] May 6, 2026
@JoshParkSJ JoshParkSJ marked this pull request as ready for review May 6, 2026 22:54
@JoshParkSJ JoshParkSJ requested a review from a team as a code owner May 6, 2026 22:54
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.

1 participant