Skip to content

Commit cba9b04

Browse files
committed
Updated agent requirements
1 parent 2862156 commit cba9b04

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/voice-live-agents

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/voice-live-agents/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ connection = client.connect(
818818
Replace the following lines in the code to change the url:
819819
820820
```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}"
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}"
822822
```
823823
824824
Use the following line:

0 commit comments

Comments
 (0)