docs: 车辆状态接口支持满满和自营

- list_vehicle_status: 支持满满、自营
- get_vehicle_status: 支持满满、自营

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-12 12:09:31 +08:00
co-authored by Claude Opus 4.8
parent 5d4451df61
commit 8ce9802358
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -58,13 +58,13 @@ const TOOLS = [
// === 车辆状态 ===
{
name: "list_vehicle_status",
description: "查询所有车辆最新状态,按电量由低到高排序(当前仅支持满满)",
description: "查询所有车辆最新状态,按电量由低到高排序(支持满满、自营",
inputSchema: { type: "object", properties: {} },
endpoint: { method: "GET", path: "/api/vehicle/status/list" },
},
{
name: "get_vehicle_status",
description: "根据车牌号查询车辆最新状态",
description: "根据车牌号查询车辆最新状态(支持满满、自营)",
inputSchema: {
type: "object",
properties: {