mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
Fix readme path
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
|
||||
+1
-1
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user