rustling-ontology icon indicating copy to clipboard operation
rustling-ontology copied to clipboard

Datetime granularity should be optional

Open maelp opened this issue 6 years ago • 0 comments

Parsing Error

Version

On the current platform

Language

en

Parser input

"in 8 hours"

Parser output

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

maelp avatar Feb 05 '19 08:02 maelp