adjustment
This commit is contained in:
+2
-2
@@ -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": {},
|
||||||
|
|||||||
Reference in New Issue
Block a user