更新工具描述为中文,增强可读性

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-30 13:13:10 +08:00
parent 76d407a81c
commit 04f2f814f9
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ const internalToken = process.env.TJWATER_AGENT_INTERNAL_TOKEN ?? "";
export default tool({
description:
"Call the TJWater backend API through the local agent bridge. Provide path, optional method, and query arguments.",
"通过本地 Agent 桥接调用 TJWater 后端 API。需提供 API 路径、可选的请求方法以及查询参数。",
args: {
path: tool.schema.string().describe("Target backend API path, starting with '/'."),
method: tool.schema