Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ToolServer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker compose up
Note that you should install `docker` and `docker-compose` first.

## 🧩 API Documentation
### /get_cookies
### /get_cookie
This path will return a cookie that contains the node_id of the ToolServerNode instance.
All the following requests should use this cookie to identify the ToolServerNode instance.

Expand Down
2 changes: 1 addition & 1 deletion ToolServer/README_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ docker compose up
请注意,你需要提前安装`docker`和`docker-compose`。

## 🧩 API说明
### /get_cookies
### /get_cookie
该路径将返回一个cookie,其中包含ToolServerNode实例的node_id。
所有后续的请求都需要使用该cookie来识别ToolServerNode实例。

Expand Down