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 a03fc6e commit d428949Copy full SHA for d428949
samples-v2/openai_agents/local.settings.json.template
@@ -5,6 +5,8 @@
5
"FUNCTIONS_WORKER_RUNTIME": "python",
6
"AZURE_OPENAI_ENDPOINT": "https://your-openai-service.openai.azure.com/",
7
"AZURE_OPENAI_DEPLOYMENT": "your-gpt-deployment-name",
8
- "AZURE_OPENAI_API_VERSION": "2025-03-01-preview"
+ "AZURE_OPENAI_API_VERSION": "2025-03-01-preview",
9
+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING": "http://localhost:8080;Authentication=None;",
10
+ "TASKHUB": "default"
11
}
12
0 commit comments