stanford-oval / thingpedia-common-devices

Thingpedia interface code for commonly used devices
Other
38 stars 28 forks source link

Weather response edit #436

Closed tonyespinoza1 closed 2 years ago

tonyespinoza1 commented 3 years ago

Let's remove the time from this response.

Response should be: "It will be cloudy next Sunday in San Francisco, California and the temperature will be 61 F." image

====
# main/72e7b2b3-f242-4a40-9801-91ae993a29bc
#! timestamp: 2021-09-14T00:05:34.859Z
U: what's the weather next week in san francisco?
UT: $dialogue @org.thingpedia.dialogue.transaction.execute;
UT: @org.thingpedia.weather.forecast(date=$end_of(week), location=new Location("san francisco"));
gcampax commented 2 years ago

This was fixed at some point.