-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Production) Weather "forecast" parameter disambiguation #698
Comments
Just a follow up. May be related (from Staging): weather forecast It will be cloudy tomorrow at 7:00 AM in Lexington Hills, Summit West and the temperature will be 63 F. weather next week Sorry, I cannot retrieve weather forecasts in the past.
|
This seems to work with the latest model, given the fix we did to future dates. Closing. |
@gcampax Request for weather with date parameterization (tomorrow, this weekend, etc.) seem to be working fine. However, a common case is "what's the forecast" or "what's the weather forecast" and in those cases I think the desired behavior is to return weather for the next several days. (currently returns weather for tomorrow as shown in this log.) can we make generic requests for weather return weather for next 3 days? There will be clean up to do later on the string formatting (we can leave out the time of day) but that's not important to me right now.
|
moving this to P3. current behavior is good enough for now. |
Log attached.
This issue may belong under the skill...
Failed to distinguish parametric differences between these cases:
what's the forecast for tomorrow?
Genie: It will be cloudy tomorrow at 2:00 PM in New York City, New York and the temperature will be 86.5 F.
what will the weather be next week?
Genie: It will be cloudy tomorrow at 2:00 PM in New York City, New York and the temperature will be 86.5 F.
In the following case it seems to constrain the results (projection?) unexpectedly. Asking for a forecast for next week would ideally include a range of days rather than one.
"What is the forecast for next week?"
Genie: It will be cloudy on next Sunday at 11:00 AM in New York City, New York and the temperature will be 84.6 F.
log-web-7b79862c (1).txt
The text was updated successfully, but these errors were encountered: