patch: minor bug fixes for evaluator and task configurations, documentation update (#121)
* fix: /cursor_position api return format fix * chore: update README.md to remove deprecated command * fix: add base score for evaluators and minor bug fixes * fix: add base score for setup configurations --------- Co-authored-by: Jiaqi Deng <jiaqideng@Jiaqis-MacBook-Pro.local>
This commit is contained in:
@@ -66,6 +66,11 @@
|
||||
0,
|
||||
0,
|
||||
255
|
||||
],
|
||||
"original_rgb": [
|
||||
255,
|
||||
255,
|
||||
255
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
@@ -53,6 +53,12 @@
|
||||
}
|
||||
],
|
||||
"func": "contains_page_break",
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"page_break_count": 5
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"type": "vm_file",
|
||||
"path": "/home/user/Desktop/Sample_Statutory_Declaration.docx",
|
||||
|
||||
@@ -128,7 +128,7 @@
|
||||
},
|
||||
"options": {
|
||||
"content_only": true,
|
||||
"reference_base_result": 0.92
|
||||
"reference_base_result": 0.93
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -53,6 +53,9 @@
|
||||
"type": "cloud_file",
|
||||
"path": "https://drive.usercontent.google.com/download?id=1iIdjmXD6fRSYtpqxujTGzx8agvIgXsqz&export=download&authuser=0&confirm=t",
|
||||
"dest": "gold_background.png"
|
||||
},
|
||||
"options": {
|
||||
"reference_base_result": 0.54
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -5,6 +5,18 @@
|
||||
"source": "https://help.ubuntu.com/lts/ubuntu-help/privacy-screen-lock.html.en",
|
||||
"trajectory": "trajectories/",
|
||||
"config": [
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"gsettings",
|
||||
"set",
|
||||
"org.gnome.desktop.screensaver",
|
||||
"lock-enabled",
|
||||
"false"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
|
||||
@@ -5,6 +5,18 @@
|
||||
"source": "https://www.youtube.com/watch?v=D4WyNjt_hbQ&t=2s",
|
||||
"trajectory": "trajectories/",
|
||||
"config": [
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": [
|
||||
"gsettings",
|
||||
"set",
|
||||
"org.gnome.desktop.session",
|
||||
"idle-delay",
|
||||
"1"
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
|
||||
@@ -52,6 +52,9 @@
|
||||
"result": {
|
||||
"type": "vm_wallpaper",
|
||||
"dest": "result_wallpaper.png"
|
||||
},
|
||||
"options": {
|
||||
"reference_base_result": 0.11
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user