You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/playground/weatherman_agent/datasets/rain_weather_prompts.csv

4.9 KiB

1promptgoalrequired inputsapi example
2How much rain fell at my location?allow the user to determine how much rain has accumulated at their location in the last 24 hoursuser's locationpoint_query('precip-totalaccum-24hr', 'Standard-Mercator', -86.6, 34.4)
3Is rain expected at my location in the next 6 hours?allow the user to determine if precip will fall in the coming hours, forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
4How much rain fell at my location on date/time?historical queryuser's location, date/timehttps://api.velocityweather.com/v1/cLRlLroVhajP/point/north-american-radar/Mask1-Mercator/2024-05-08T21%3A14%3A43Z.json?lat=35.505400093441324&lon=-87.60498046875&ts=1717294800&sig=_mCs5_XfZKQon55AzSGPI7dtoHY=
5Will my soccer game get rained out this evening?determine if rain will impact my location "this evening", forecast queryuser's location, current datepoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
6When is it forecasted to rain again at my house?use forecast precip rate or max reflectivity and/or accums to see if rain is forecasted in the next 3 days. If not, swap to GFS for days 4-14user's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
7When was the last time it rained at my location?use historical rainfall, weather inspector?location, date range
8Is there any chance of rain during my commute today?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
9Should I bring an umbrella for my walk this afternoon?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
10Will it rain for the outdoor concert tonight?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
11Will it rain during my barbecue this weekend?forecast querylocation of bbqpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
12Is there a storm expected in my area today?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
13Will it rain on my drive to work tomorrow morning?forecast queryuser's location + work locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
14Are there any rain showers predicted for this afternoon?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
15Should I expect rain during my jog this evening?forecast queryuser's location.....where will they jog? will the LLM prompt?point_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
16How likely is it to rain during my picnic at the park?forecast queryuser's location .... will the LLM prompt for the picnic location?point_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
17Is rain expected when I plan to leave for the airport?forecast queryuser's location....will the LLM prompt for the location they'll depart from?point_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
18Will the weather be dry for my cycling trip today?forecast querylocation of cycling trip, starting pointpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
19Is rain in the forecast for my beach outing tomorrow?forecast querylocation of beachpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
20Will it rain during my son's baseball game tonight?forecast querylocation of baseball gamepoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
21Should I prepare for rain on my camping trip this weekend?forecast querylocation of campsite....will the LLM prompt for the campsite locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
22Whats the rain forecast for my neighborhood today?forecast queryneighbourhood locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
23Is there any rainfall expected while I'm gardening this afternoon?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
24How heavy is the rain expected to be tonight?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
25Are there any rainstorms predicted during my road trip?forecast querycan the LLM prompt for location/route of the road trip? should we state we don't support multi-location prompts? can we pull this off?point_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)
26Will there be rain showers in my area over the next few days?forecast queryuser's locationpoint_query('baron-hires-maxreflectivity-dbz-all', 'Mask1-Mercator', -86.6, 34.4)