We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2862156 commit cba9b04Copy full SHA for cba9b04
articles/ai-services/speech-service/includes/quickstarts/voice-live-agents/python.md
@@ -818,7 +818,7 @@ connection = client.connect(
818
Replace the following lines in the code to change the url:
819
820
```python
821
-url = f"{azure_ws_endpoint}/voice-live/realtime?api-version={self._api_version}&agent-project-name={project_name}&agent-id={agent_id}&agent-access-token={agent_access_token}{debug_uri}"
+url = f"{azure_ws_endpoint}/voice-live/realtime?api-version={self._api_version}&agent-project-name={project_name}&agent-id={agent_id}&agent-access-token={agent_access_token}"
822
```
823
824
Use the following line:
0 commit comments