adjustment

This commit is contained in:
2026-05-22 00:35:21 +02:00
parent 99d183e535
commit 581338b077
+2 -2
View File
@@ -202,7 +202,7 @@ fn tool_definitions() -> Vec<ToolDefinition> {
vec![ vec![
ToolDefinition { ToolDefinition {
name: "execute", name: "execute",
description: "Execute a shell command on a connected device owned by the authenticated user.", description: "Execute a shell command on a connected device.",
input_schema: json!({ input_schema: json!({
"type": "object", "type": "object",
"required": ["device_id", "command"], "required": ["device_id", "command"],
@@ -221,7 +221,7 @@ fn tool_definitions() -> Vec<ToolDefinition> {
}, },
ToolDefinition { ToolDefinition {
name: "list_devices", name: "list_devices",
description: "List currently connected device IDs owned by the authenticated user.", description: "List currently connected device identifiers.",
input_schema: json!({ input_schema: json!({
"type": "object", "type": "object",
"properties": {}, "properties": {},