diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent/README.md index 7c921b0d87..927cd80e0a 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent/README.md @@ -17,7 +17,7 @@ See the [README.md](../README.md) file in the parent directory for more informat With the environment setup, you can run the sample: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/01_SingleAgent +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent dotnet run --framework net10.0 ``` diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining/README.md index 504f036dae..83a69b37a4 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining/README.md @@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat With the environment setup, you can run the sample: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/02_AgentOrchestration_Chaining dotnet run --framework net10.0 ``` diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency/README.md index 2ac1a504c8..da75416bea 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency/README.md @@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat With the environment setup, you can run the sample: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/03_AgentOrchestration_Concurrency dotnet run --framework net10.0 ``` diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals/README.md index 646e5eda4e..c10b33145a 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals/README.md @@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat With the environment setup, you can run the sample: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/04_AgentOrchestration_Conditionals dotnet run --framework net10.0 ``` diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL/README.md index 1386dfbcb1..ec0fe9911e 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL/README.md @@ -18,7 +18,7 @@ See the [README.md](../README.md) file in the parent directory for more informat With the environment setup, you can run the sample: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/05_AgentOrchestration_HITL dotnet run --framework net10.0 ``` diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/06_LongRunningTools/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/06_LongRunningTools/README.md index b0dd69b129..1c87ab50ed 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/06_LongRunningTools/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/06_LongRunningTools/README.md @@ -19,7 +19,7 @@ See the [README.md](../README.md) file in the parent directory for more informat With the environment setup, you can run the sample: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/06_LongRunningTools +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/06_LongRunningTools dotnet run --framework net10.0 ``` diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/07_ReliableStreaming/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/07_ReliableStreaming/README.md index c1956157e8..4b887978d0 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/07_ReliableStreaming/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/07_ReliableStreaming/README.md @@ -32,7 +32,7 @@ docker ps | grep redis With the environment setup, you can run the sample: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/07_ReliableStreaming +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/07_ReliableStreaming dotnet run --framework net10.0 ``` diff --git a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/README.md b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/README.md index 1bd2b0d224..bc3a09b3a1 100644 --- a/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/README.md +++ b/dotnet/samples/04-hosting/DurableAgents/ConsoleApps/README.md @@ -93,7 +93,7 @@ export AZURE_OPENAI_DEPLOYMENT="your-deployment-name" Navigate to the sample directory and run the console app: ```bash -cd dotnet/samples/DurableAgents/ConsoleApps/01_SingleAgent +cd dotnet/samples/04-hosting/DurableAgents/ConsoleApps/01_SingleAgent dotnet run --framework net10.0 ```