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
22 lines
533 B
JSON
22 lines
533 B
JSON
{
|
|
"version": "2.0",
|
|
"logging": {
|
|
"logLevel": {
|
|
"Microsoft.Agents.AI.DurableTask": "Information",
|
|
"Microsoft.Agents.AI.Hosting.AzureFunctions": "Information",
|
|
"DurableTask": "Information",
|
|
"Microsoft.DurableTask": "Information",
|
|
"ReliableStreaming": "Information"
|
|
}
|
|
},
|
|
"extensions": {
|
|
"durableTask": {
|
|
"hubName": "default",
|
|
"storageProvider": {
|
|
"type": "AzureManaged",
|
|
"connectionStringName": "DURABLE_TASK_SCHEDULER_CONNECTION_STRING"
|
|
}
|
|
}
|
|
}
|
|
}
|