mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
0e152a0e33
* .NET: [Durable Agents] Reliable streaming sample * Add automated validation for new sample * Address Copilot PR feedback
13 lines
474 B
JSON
13 lines
474 B
JSON
{
|
|
"IsEncrypted": false,
|
|
"Values": {
|
|
"FUNCTIONS_WORKER_RUNTIME": "dotnet-isolated",
|
|
"AzureWebJobsStorage": "UseDevelopmentStorage=true",
|
|
"DURABLE_TASK_SCHEDULER_CONNECTION_STRING": "Endpoint=http://localhost:8080;TaskHub=default;Authentication=None",
|
|
"AZURE_OPENAI_ENDPOINT": "<AZURE_OPENAI_ENDPOINT>",
|
|
"AZURE_OPENAI_DEPLOYMENT": "<AZURE_OPENAI_DEPLOYMENT>",
|
|
"REDIS_CONNECTION_STRING": "localhost:6379",
|
|
"REDIS_STREAM_TTL_MINUTES": "10"
|
|
}
|
|
}
|