You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think in previous versions, the agent would reply by using the city name, e.g. Stanford.
U: what is the weather like?
UT: $dialogue @org.thingpedia.dialogue.transaction.execute;
UT: @org.thingpedia.weather.current();
C: $dialogue @org.thingpedia.dialogue.transaction.execute;
C: @org.thingpedia.weather.current(location=new Location(37.433014400000005, -122.17087506623025, "Cantor Arts Center"))
C: #[results=[
C: { temperature=14.1C, wind_speed=2.9mps, humidity=50.8, cloudiness=20.3, fog=0, status=enum cloudy, icon="http://api.met.no/weatherapi/weathericon/1.1/?symbol=2;content_type=image/png"^^tt:picture, location=new Location(37.433014400000005, -122.17087506623025, "Cantor Arts Center") }
C: ]];
A: It is cloudy today in Cantor Arts Center and the temperature is 57.4 F.
AT: $dialogue @org.thingpedia.dialogue.transaction.sys_display_result;
The text was updated successfully, but these errors were encountered:
The agent replies with whatever is the name of the stored or retrieved current location (whether stored or retrieved depends on the platform, although I think only Android ever supported GPS location). A related issue is stanford-oval/thingtalk#319 but I don't think we want to change the weather skill.
I think in previous versions, the agent would reply by using the city name, e.g. Stanford.
The text was updated successfully, but these errors were encountered: