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 b45f171 commit bbe3924Copy full SHA for bbe3924
samples-v2/openai_agents/customer_service/README.md
@@ -28,7 +28,7 @@ python customer_service_client.py
28
If your function app is running on a different host or port, you can specify a custom URL:
29
30
```bash
31
-python customer_service_client.py --start-url http://<app host URL>/api/orchestrators/customer_service
+python customer_service_client.py --start-url http://<app-host-URL>/api/orchestrators/customer_service
32
```
33
34
The client will:
0 commit comments