update multi apps

This commit is contained in:
tsuky_chen
2024-03-07 17:20:51 +08:00
parent e295430bcf
commit 807a95a230
20 changed files with 104 additions and 63 deletions

View File

@@ -1,25 +1,17 @@
{
"id": "a503b07f-9119-456b-b75d-f5146737d24f",
"snapshot": "os",
"instruction": "I am preparing for my paper reading report. Could you help me download this image at https://github.com/xlang-ai/OpenAgents/blob/main/pics/openagents_overview.png and convert it to PDF format. Save it as \"openagents_overview.pdf\" on desktop.",
"instruction": "I have an image of my receipt located in /home/user. I'm looking to transform it into a PDF file. Can you assist me with this task? Save the resulting PDF as \"receipt.pdf\" on the desktop.",
"source": "authors",
"config": [
{
"type": "launch",
"type": "download",
"parameters": {
"command": [
"google-chrome",
"--remote-debugging-port=1337"
]
}
},
{
"type": "launch",
"parameters": {
"command": [
"socat",
"tcp-listen:9222,fork",
"tcp:localhost:1337"
"files": [
{
"url": "https://drive.usercontent.google.com/download?id=1jnr4GRh-WmjNxIFJLy_cFMIDpgdEHCVl&export=download&authuser=0&confirm=t&uuid=16783a7f-62e6-4711-ba0e-60fdbbf4c949&at=APZUnTWw9re3wh-InQDDgTmZal8M:1709798244794",
"path": "/home/user/OIP.jpg"
}
]
}
}
@@ -27,21 +19,20 @@
"trajectory": "trajectories/a503b07f-9119-456b-b75d-f5146737d24f",
"related_apps": [
"os",
"chrome",
"gimp",
"pdf"
],
"evaluator": {
"func": "compare_pdfs",
"func": "compare_pdf_images",
"expected": {
"type": "cloud_file",
"path": "https://drive.usercontent.google.com/download?id=1gD1odFNuLT6TP6rpAv_hot86pKcI5wY1&export=download&authuser=0&confirm=t&uuid=9d17c689-95d3-45e4-b093-0165de4045b4&at=APZUnTV9SssKQCoYyYeVsi8e9zcX:1709649491796",
"dest": "openagents_overview.pdf"
"path": "https://drive.usercontent.google.com/download?id=11JpZbSpbtQZBxN-itjqTeEVynAWyByX-&export=download&authuser=0&confirm=t&uuid=6679a8f6-a3c1-4c2b-b9fa-2540deb8532c&at=APZUnTVVXmofFi6R0sLODcJQ9N4A:1709802795690",
"dest": "receipt_Gold.pdf"
},
"result": {
"type": "vm_file",
"path": "/home/user/Desktop/openagents_overview.pdf",
"dest": "openagents_overview.pdf"
"path": "/home/user/Desktop/receipt.pdf",
"dest": "receipt.pdf"
}
}
}