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
gives TimeInterval but the timestamp is now + 8h +/- granularity (for instance it rounds the last minute). In some cases, the user might want to build an assistant to set a timer exactly 8h after the command, without some rounding. In this case it would be best if the default timestamp is the exact "now + 8h" time, and that if we want to provide granularity this should be optional in a different field
Parser expected output (Optional)
TimeInterval where the timestamp is now + 8h
The text was updated successfully, but these errors were encountered:
Parsing Error
Version
On the current platform
Language
en
Parser input
"in 8 hours"
Parser output
gives
TimeInterval
but the timestamp isnow + 8h +/- granularity
(for instance it rounds the last minute). In some cases, the user might want to build an assistant to set a timer exactly 8h after the command, without some rounding. In this case it would be best if the default timestamp is the exact "now + 8h" time, and that if we want to provide granularity this should be optional in a different fieldParser expected output (Optional)
TimeInterval
where the timestamp isnow + 8h
The text was updated successfully, but these errors were encountered: