diff --git a/objects/aic.py b/objects/aic.py index dd18d0a..8f983c5 100644 --- a/objects/aic.py +++ b/objects/aic.py @@ -81,13 +81,13 @@ FUNCTIONS = [ "type": "function", "function": { "name": "reprompt", - "description": "After executing what you asked for, re-perform a screenshot to determine the next steps. Best combined with a wait.", + "description": "After doing what you had to do, re-execute once again with a new screenshot.", "parameters": { "type": "object", "properties": { "nextsteps": { "type": "string", - "description": "The next steps to take after the screenshot." + "description": "The new steps to perform." } }, "required": ["nextsteps"], @@ -98,13 +98,13 @@ FUNCTIONS = [ "type": "function", "function": { "name": "confirm", - "description": "Confirm that the task is completed and no further actions are needed. ONLY execute this when no other functions/actions are needed. This can be the only function called.", + "description": "Confirm that the task is completed and no further actions are needed. ONLY execute this when you fulfilled the user's request. This can be the only function called.", "parameters": { "type": "object", "properties": { "goal": { "type": "string", - "description": "The goal to achieve/that was achieved." + "description": "The goal that was achieved." } }, "required": ["goal"], @@ -115,7 +115,7 @@ FUNCTIONS = [ "type": "function", "function": { "name": "windows_key", - "description": "Press the Windows key to open the Start menu.", + "description": "Press the Windows key to open the Start menu. It is better to do that than finding icons on Desktop, or taskbar.", "parameters": { "type": "object", "properties": {},