We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee4e1e4 commit b2478dfCopy full SHA for b2478df
1 file changed
src/uipath/_cli/cli_run.py
@@ -182,20 +182,6 @@ async def execute() -> None:
182
lambda: read_resource_overwrites_from_file(ctx.runtime_dir)
183
):
184
with ctx:
185
- if getattr(ctx, "voice_mode", None) is not None:
186
- from pathlib import Path
187
-
188
- from uipath_agents._cli.utils import (
189
- load_agent_configuration,
190
- )
191
- from uipath_agents.voice import handle_voice_job
192
193
- agent_definition = load_agent_configuration(
194
- Path.cwd() / "agent.json"
195
196
- await handle_voice_job(ctx, agent_definition)
197
- return
198
199
runtime: UiPathRuntimeProtocol | None = None
200
chat_runtime: UiPathRuntimeProtocol | None = None
201
factory: UiPathRuntimeFactoryProtocol | None = None
0 commit comments