update examples

This commit is contained in:
Jason Lee
2024-03-13 20:31:52 +08:00
parent 812be97a41
commit 670e20a248
2 changed files with 13 additions and 1 deletions

View File

@@ -53,6 +53,18 @@
"trajectory": "trajectories/e2392362-125e-4f76-a2ee-524b183a3412",
"related_apps": ["chrome", "os", "vscode"],
"evaluator": {
"postconfig":[
{
"type": "execute",
"parameters": {
"command": [
"python",
"-c",
"import pyautogui; import time; pyautogui.hotkey('ctrl', 's'); time.sleep(0.5);"
]
}
}
],
"func": "check_json",
"options": {"is_yaml": true},
"expected": {