Skip to content

Commit d428949

Browse files
committed
Add DTS settings to local.settings.json.template
1 parent a03fc6e commit d428949

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

samples-v2/openai_agents/local.settings.json.template

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"FUNCTIONS_WORKER_RUNTIME": "python",
66
"AZURE_OPENAI_ENDPOINT": "https://your-openai-service.openai.azure.com/",
77
"AZURE_OPENAI_DEPLOYMENT": "your-gpt-deployment-name",
8-
"AZURE_OPENAI_API_VERSION": "2025-03-01-preview"
8+
"AZURE_OPENAI_API_VERSION": "2025-03-01-preview",
9+
"DURABLE_TASK_SCHEDULER_CONNECTION_STRING": "http://localhost:8080;Authentication=None;",
10+
"TASKHUB": "default"
911
}
1012
}

0 commit comments

Comments
 (0)