Skip to content

Commit 88cb42c

Browse files
SunnyBoy-WYHshentongmartin
authored andcommitted
fix readme run path
1 parent d48b44f commit 88cb42c

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

adk/human-in-the-loop/1_approval/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Alternatively, you can create a `.env` file in the project root with these varia
7878
Ensure you have your environment variables set (e.g., for the LLM API key). Then, run the following command from the root of the `eino-examples` repository:
7979

8080
```sh
81-
go run ./adk/human-in-the-loop/approval
81+
go run ./adk/human-in-the-loop/1_approval
8282
```
8383

8484
You will see the agent's reasoning, followed by a prompt asking for your approval to book the ticket. Enter `Y` to see the agent complete the action.

adk/human-in-the-loop/1_approval/README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export ARK_MODEL="{your ark model name}"
7878
确保您已设置好环境变量(例如,LLM API 密钥)。然后,在 `eino-examples` 仓库的根目录下运行以下命令:
7979

8080
```sh
81-
go run ./adk/human-in-the-loop/approval
81+
go run ./adk/human-in-the-loop/1_approval
8282
```
8383

8484
您将看到智能体的推理过程,随后是一个提示,询问您是否批准订票。输入 `Y` 可查看智能体完成操作。

adk/human-in-the-loop/2_review-and-edit/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Alternatively, you can create a `.env` file in the project root with these varia
5757
Ensure you have your environment variables set (e.g., for the LLM API key). Then, run the following command from the root of the `eino-examples` repository:
5858

5959
```sh
60-
go run ./adk/human-in-the-loop/4_review-and-edit
60+
go run ./adk/human-in-the-loop/2_review-and-edit
6161
```
6262

6363
You will see:

adk/human-in-the-loop/2_review-and-edit/README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export ARK_MODEL="{your ark model name}"
5757
确保您已设置好环境变量(例如,LLM API 密钥)。然后,在 `eino-examples` 仓库的根目录下运行以下命令:
5858

5959
```sh
60-
go run ./adk/human-in-the-loop/4_review-and-edit
60+
go run ./adk/human-in-the-loop/2_review-and-edit
6161
```
6262

6363
您将看到:

adk/human-in-the-loop/3_feedback-loop/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Alternatively, you can create a `.env` file in the project root with these varia
6262
Ensure you have your environment variables set (e.g., for the LLM API key). Then, run the following command from the root of the `eino-examples` repository:
6363

6464
```sh
65-
go run ./adk/human-in-the-loop/2_feedback-loop
65+
go run ./adk/human-in-the-loop/3_feedback-loop
6666
```
6767

6868
You will see:

adk/human-in-the-loop/3_feedback-loop/README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export ARK_MODEL="{your ark model name}"
6262
确保您已设置好环境变量(例如,LLM API 密钥)。然后,在 `eino-examples` 仓库的根目录下运行以下命令:
6363

6464
```sh
65-
go run ./adk/human-in-the-loop/2_feedback-loop
65+
go run ./adk/human-in-the-loop/3_feedback-loop
6666
```
6767

6868
您将看到:

adk/human-in-the-loop/4_follow-up/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Alternatively, you can create a `.env` file in the project root with these varia
6363
Ensure you have set up your environment variables (e.g., LLM API keys). Then, run the following command from the root of the `eino-examples` repository:
6464

6565
```sh
66-
go run ./adk/human-in-the-loop/3_follow-up
66+
go run ./adk/human-in-the-loop/4_follow-up
6767
```
6868

6969
You will see:

adk/human-in-the-loop/4_follow-up/README_ZH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export ARK_MODEL="{your ark model name}"
6363
确保您已设置好环境变量(例如,LLM API 密钥)。然后,在 `eino-examples` 仓库的根目录下运行以下命令:
6464

6565
```sh
66-
go run ./adk/human-in-the-loop/3_follow-up
66+
go run ./adk/human-in-the-loop/4_follow-up
6767
```
6868

6969
您将看到:

0 commit comments

Comments
 (0)