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![
ToolDefinition {
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!({
"type": "object",
"required": ["device_id", "command"],
@@ -221,7 +221,7 @@ fn tool_definitions() -> Vec<ToolDefinition> {
},
ToolDefinition {
name: "list_devices",
description: "List currently connected device IDs owned by the authenticated user.",
description: "List currently connected device identifiers.",
input_schema: json!({
"type": "object",
"properties": {},