feat: Add functionality to press Windows key and update function registry

This commit is contained in:
2025-05-19 16:32:09 +02:00
parent 105ab4a04b
commit 9bd15d45c5
2 changed files with 20 additions and 2 deletions

View File

@@ -110,7 +110,19 @@ FUNCTIONS = [
"required": ["goal"],
}
}
}
},
{
"type": "function",
"function": {
"name": "windows_key",
"description": "Press the Windows key to open the Start menu.",
"parameters": {
"type": "object",
"properties": {},
"required": [],
}
}
},
]