File tree Expand file tree Collapse file tree 8 files changed +82
-0
lines changed
dotnet/samples/Durable/Agents/AzureFunctions
02_AgentOrchestration_Chaining
03_AgentOrchestration_Concurrency
04_AgentOrchestration_Conditionals
05_AgentOrchestration_HITL Expand file tree Collapse file tree 8 files changed +82
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>"
9+ }
10+ }
Original file line number Diff line number Diff line change 1+ {
2+ "IsEncrypted" : false ,
3+ "Values" : {
4+ "FUNCTIONS_WORKER_RUNTIME" : " dotnet-isolated" ,
5+ "AzureWebJobsStorage" : " UseDevelopmentStorage=true" ,
6+ "DURABLE_TASK_SCHEDULER_CONNECTION_STRING" : " Endpoint=http://localhost:8080;TaskHub=default;Authentication=None" ,
7+ "AZURE_OPENAI_ENDPOINT" : " <AZURE_OPENAI_ENDPOINT>" ,
8+ "AZURE_OPENAI_DEPLOYMENT" : " <AZURE_OPENAI_DEPLOYMENT>" ,
9+ "REDIS_CONNECTION_STRING" : " localhost:6379" ,
10+ "REDIS_STREAM_TTL_MINUTES" : " 10"
11+ }
12+ }
You can’t perform that action at this time.
0 commit comments