Skip to content

Commit

Permalink
fix three entries in live_parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
HuanzhiMao committed Aug 24, 2024
1 parent cd75fe1 commit 664f972
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{"id": "live_parallel_0-0-0", "ground_truth": [{"get_current_weather": {"location": ["Beijing, China"], "unit": ["fahrenheit"]}}, {"get_current_weather": {"location": ["Shanghai, China"], "unit": ["fahrenheit"]}}]}
{"id": "live_parallel_0-0-0", "ground_truth": [{"get_current_weather": {"location": ["Beijing, China"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["Shanghai, China"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_1-0-1", "ground_truth": [{"get_current_weather": {"location": ["Boston, MA"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["San Francisco, CA"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_2-0-2", "ground_truth": [{"get_current_weather": {"location": ["Boston, MA"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["San Francisco, CA"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_3-0-3", "ground_truth": [{"get_current_weather": {"location": ["Canc\u00fan, QR"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["Playa del Carmen, QR"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["Tulum, QR"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_4-1-0", "ground_truth": [{"get_current_weather": {"location": ["Boston, USA"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["San Francisco, USA"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_5-2-0", "ground_truth": [{"get_current_weather": {"location": ["Boston, MA"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["San Francisco, CA"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_4-1-0", "ground_truth": [{"get_current_weather": {"location": ["Boston, USA"], "url": ["", "https://api.open-meteo.com/v1/forecast"]}}, {"get_current_weather": {"location": ["San Francisco, USA"], "url": ["", "https://api.open-meteo.com/v1/forecast"]}}]}
{"id": "live_parallel_5-2-0", "ground_truth": [{"get_current_weather": {"location": ["Boston, MA"], "unit": ["", "fahrenheit"], "url": ["", "https://api.open-meteo.com/v1/forecast"]}}, {"get_current_weather": {"location": ["San Francisco, CA"], "unit": ["", "fahrenheit"], "url": ["", "https://api.open-meteo.com/v1/forecast"]}}]}
{"id": "live_parallel_6-3-0", "ground_truth": [{"get_snow_report": {"location": ["Paris"], "unit": ["", "fahrenheit"]}}, {"get_snow_report": {"location": ["Bordeaux"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_7-3-1", "ground_truth": [{"get_current_weather": {"location": ["Boston, MA"], "unit": ["", "fahrenheit"]}}, {"get_current_weather": {"location": ["San Francisco, CA"], "unit": ["", "fahrenheit"]}}]}
{"id": "live_parallel_8-4-0", "ground_truth": [{"todo": {"type": ["add"], "content": ["Machine Learning Study Session"]}}, {"todo": {"type": ["delete"], "content": ["todo random"]}}]}
Expand Down

0 comments on commit 664f972

Please sign in to comment.