Update frontend build (#5567)

Co-authored-by: GitHub Action <action@github.com>
This commit is contained in:
hunteraraujo
2023-10-05 22:09:58 -07:00
committed by GitHub
parent 35efc897df
commit 8ae9b75150
8 changed files with 20910 additions and 20903 deletions

File diff suppressed because one or more lines are too long

View File

@@ -301,7 +301,7 @@
"output.csv"
],
"should_contain": [
"Item, Color\nBanana, Yellow\nLeaf, Green\nSky, Blue\nSunflower, Yellow\nGrass, Green\nJeans, Blue\nLemon, Yellow\nTree, Green\nOcean, Blue\nDaisy, Yellow\nFern, Green"
"Item,Color\nBanana,yellow\nLeaf,green\nSky,blue\nSunflower,yellow\nGrass,green\nJeans,blue\nLemon,yellow\nTree,green\nOcean,blue\nDaisy,yellow\nFern,green"
]
},
"info": {

File diff suppressed because one or more lines are too long

View File

@@ -289,7 +289,7 @@
]
},
"name": "TestRevenueRetrieval2",
"task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)."
"task": "Write tesla's revenue every year since its creation into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)."
},
"id": "agbenchmark/generate_test.py::TestRevenueRetrieval2::test_method[challenge_data0]",
"label": "RevenueRetrieval2",
@@ -326,7 +326,7 @@
"side_effects": []
},
"name": "TestRevenueRetrieval",
"task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 billion)."
"task": "Write tesla's exact revenue in 2022 into a .txt file. Use the US notation, with a precision rounded to the nearest million dollars (for instance, $31,578 million)."
},
"id": "agbenchmark/generate_test.py::TestRevenueRetrieval::test_method[challenge_data0]",
"label": "RevenueRetrieval",

File diff suppressed because one or more lines are too long

View File

@@ -15,18 +15,18 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "ffb2bb6484d5689d91f393b60
"assets/packages/fluttertoast/assets/toastify.js": "56e2c9cedd97f10e7e5f1cebd85d53e3",
"assets/packages/fluttertoast/assets/toastify.css": "a85675050054f179444bc5ad70ffc635",
"assets/AssetManifest.json": "1b1e4a4276722b65eb1ef765e2991840",
"assets/assets/tree_structure.json": "b02bcc4ece919ab87881adf1fa93a64a",
"assets/assets/tree_structure.json": "cda9b1a239f956c547411efad9f7c794",
"assets/assets/images/autogpt_logo.png": "6a5362a7d1f2f840e43ee259e733476c",
"assets/assets/images/discord_logo.png": "0e4a4162c5de8665a7d63ae9665405ae",
"assets/assets/images/google_logo.svg.png": "0e29f8e1acfb8996437dbb2b0f591f19",
"assets/assets/images/twitter_logo.png": "af6c11b96a5e732b8dfda86a2351ecab",
"assets/assets/images/github_logo.svg.png": "ba087b073efdc4996b035d3a12bad0e4",
"assets/assets/general_tree_structure.json": "8ccc68dcb450997d90725263cd434f41",
"assets/assets/general_tree_structure.json": "41dfbcdc2349dcdda2b082e597c6d5ee",
"assets/assets/google_logo.svg.png": "0e29f8e1acfb8996437dbb2b0f591f19",
"assets/assets/data_tree_structure.json": "5345cbc65d032f9493efbee7a6db4f18",
"assets/assets/data_tree_structure.json": "5f9627548304155821968182f3883ca7",
"assets/assets/github_logo.svg.png": "ba087b073efdc4996b035d3a12bad0e4",
"assets/assets/coding_tree_structure.json": "55035cbc2632b71b7c918098a18f38b1",
"assets/assets/scrape_synthesize_tree_structure.json": "1643d505221a468f5ff13563c095d12c",
"assets/assets/coding_tree_structure.json": "017a857cf3e274346a0a7eab4ce02eed",
"assets/assets/scrape_synthesize_tree_structure.json": "a9665c1b465bb0cb939c7210f2bf0b13",
"assets/AssetManifest.bin": "791447d17744ac2ade3999c1672fdbe8",
"assets/fonts/MaterialIcons-Regular.otf": "d3a39729505cd7ca8dc6fdb10ec0a05f",
"assets/NOTICES": "3ae4fa6452f95f6c20d11bef16c75e35",
@@ -36,9 +36,9 @@ const RESOURCES = {"canvaskit/chromium/canvaskit.js": "ffb2bb6484d5689d91f393b60
"icons/Icon-512.png": "96e752610906ba2a93c65f8abe1645f1",
"icons/Icon-192.png": "ac9a721a12bbc803b44f645561ecb1e1",
"icons/Icon-maskable-512.png": "301a7604d45b3e739efc881eb04896ea",
"index.html": "8cefea304e68290380bc21bc660dbe5d",
"/": "8cefea304e68290380bc21bc660dbe5d",
"main.dart.js": "de5f419e0c01d50b593230731c9e7e35",
"index.html": "e3556a2c634618fb2db17f0a007409f0",
"/": "e3556a2c634618fb2db17f0a007409f0",
"main.dart.js": "cf194a8026a0860dd26bc6bc739c8e60",
"flutter.js": "6fef97aeca90b426343ba6c5c9dc5d4a",
"favicon.png": "5dcef449791fa27946b3d35ad8803796",
"manifest.json": "0fa552613b8ec0fda5cda565914e3b16"};

View File

@@ -35,7 +35,7 @@
<script>
// The value below is injected by flutter build, do not touch.
const serviceWorkerVersion = "1764812677";
const serviceWorkerVersion = "208686736";
</script>
<!-- This script adds the flutter initialization JS code -->
<script src="flutter.js" defer></script>

File diff suppressed because one or more lines are too long