modified libreoffice writer eval examples

This commit is contained in:
tsuky_chen
2024-01-23 22:02:09 +08:00
parent 42725a00a5
commit 35c4ce99ff
14 changed files with 749 additions and 322 deletions

View File

@@ -1,42 +1,42 @@
{
"id": "d53ff5ee-3b1a-431e-b2be-30ed2673079b",
"snapshot": "libreoffice_writer",
"instruction": "I am currently engaged in text processing and require assistance in converting all uppercase text to lowercase within my document. This precision is critical for maintaining a uniform and polished presentation. Could you help me on this?",
"source": "https://ask.libreoffice.org/t/how-to-convert-all-uppercase-to-lowercase/53341",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://drive.google.com/uc?id=1j6Gx6KCxA9Cp-TE1uZ5lKcTSKVRPW-CB&export=download",
"path": "Desktop/presentation instruction 2023 Feb.docx"
}
]
}
},
{
"type": "open",
"parameters": {
"path": "presentation instruction 2023 Feb.docx"
}
"id": "d53ff5ee-3b1a-431e-b2be-30ed2673079b",
"snapshot": "libreoffice_writer",
"instruction": "I am currently engaged in text processing and require assistance in converting all uppercase text to lowercase within my document. This precision is critical for maintaining a uniform and polished presentation. Could you help me on this?",
"source": "https://ask.libreoffice.org/t/how-to-convert-all-uppercase-to-lowercase/53341",
"config": [
{
"type": "download",
"parameters": {
"files": [
{
"url": "https://drive.google.com/uc?id=1j6Gx6KCxA9Cp-TE1uZ5lKcTSKVRPW-CB&export=download",
"path": "Desktop/presentation_instruction_2023_Feb.docx"
}
]
}
],
"trajectory": "trajectories/",
"related_apps": [
"libreoffice_writer"
],
"evaluator": {
"func": "evaluate_conversion",
"expected": {
"type": "cloud_file",
"path": "https://drive.google.com/uc?id=1bB1N2TWN0puZ6DwUFS_TDjvRWchaGP9T&export=download",
"dest": "presentation instruction 2023 Feb_Gold.docx"
},
"result": {
"type": "vm_file",
"path": "Desktop/presentation instruction 2023 Feb.docx",
"dest": "presentation instruction 2023 Feb.docx"
},
{
"type": "open",
"parameters": {
"path": "presentation_instruction_2023_Feb.docx"
}
}
],
"trajectory": "trajectories/",
"related_apps": [
"libreoffice_writer"
],
"evaluator": {
"func": "compare_docx_files",
"expected": {
"type": "cloud_file",
"path": "https://drive.google.com/uc?id=1bB1N2TWN0puZ6DwUFS_TDjvRWchaGP9T&export=download",
"dest": "presentation_instruction_2023_Feb_Gold.docx"
},
"result": {
"type": "vm_file",
"path": "Desktop/presentation_instruction_2023_Feb.docx",
"dest": "presentation_instruction_2023_Feb.docx"
}
}
}