updated win func
This commit is contained in:
@@ -114,12 +114,16 @@ FUNCTIONS = [
|
||||
{
|
||||
"type": "function",
|
||||
"function": {
|
||||
"name": "windows_key",
|
||||
"description": "Open the Start menu. Best to perform web searches, search apps, search settings, run Windows internal softwares, etc.",
|
||||
"name": "search_pc",
|
||||
"description": "Open the start menu, then searches for content. Use to open apps, open files/folders, or search the web.",
|
||||
"parameters": {
|
||||
"type": "object",
|
||||
"properties": {},
|
||||
"required": [],
|
||||
"properties": {
|
||||
"query": {
|
||||
"type": "string",
|
||||
"description": "The search query to perform."
|
||||
},
|
||||
"required": ["query"],
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user