清理已移除工具名称残留

删除 unknown-tool 测试中对旧 AGC 工具名的硬编码引用
This commit is contained in:
2026-09-02 19:12:38 +08:00
parent 6fe91a169c
commit 1e67728953
@@ -1483,7 +1483,7 @@ mod tests {
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": { "name": "agc_read_skill_resource", "arguments": {} }
"params": { "name": "unreviewed_tool", "arguments": {} }
}),
)
.await