Files
sci-gui-agent-benchmark/evaluation_examples/examples/libreoffice_writer/6a33f9b9-0a56-4844-9c3f-96ec3ffb3ba2.json
2024-01-22 23:22:44 +08:00

42 lines
1.4 KiB
JSON

{
"id": "6a33f9b9-0a56-4844-9c3f-96ec3ffb3ba2",
"snapshot": "libreoffice_writer",
"instruction": "I have been editing my document and some words that needed to be rewritten are highlighted in yellow. As I fixed those words, I removed highlight. Now I want to make sure that there is no highlight word. Could you help me on finding if there is no highlighted words in the file?",
"source": "https://superuser.com/questions/762500/how-do-i-find-all-highlighted-text-in-libreoffice-writer",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://drive.google.com/uc?id=1-ygC5pClvU1vxPQ5SGxl3teQAbxCVm8s&export=download",
"path": "Desktop/DG75-DrawGuide.docx"
}
]
}
},
{
"type": "open",
"parameters": {
"path": "Desktop/DG75-DrawGuide.docx"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"libreoffice_writer"
],
"evaluator": {
"func": "check_highlighted_words",
"expected": {
"type": "cloud_file",
"path": "https://drive.google.com/uc?id=1Z5WkW0YH5tWh-D2YuU5zR7QLNef-37ya&export=download",
"dest": "DG75-DrawGuide_Gold.docx"
},
"result": {
"type": "vm_file",
"path": "Desktop/DG75-DrawGuide.docx",
"dest": "DG75-DrawGuide.docx"
}
}
}