rustling-ontology
rustling-ontology copied to clipboard
Datetime granularity should be optional
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