Hi,
I'm currently struggling with some intent processing in regards to
@sys.date-time entity. Mainly for phrases like the following -
1. tomorrow after 5 pm - Only responds with a date object. Typically I would expected to get a date object with time range starting from 5 PM to EOD.
2. tomorrow before 12 pm - Responds with a date object and a time range object which is weird. The time range object has end time set at 12 PM (which is as expected), but the start time is set to the current time. Should be set to start of the day?
I'm not sure if others have faced a similar issue and found some way to patch this behaviour. The first example is severely broken. The second intent I'm currently patching the response manually (if end time is before start time, reset start time to start of the day), but would appreciate if it came as desired directly.
Thanks and regards.
Confidentiality Notice: The materials in this message are private and may contain Protected Healthcare Information or other information of a sensitive nature. If you are not the intended recipient, be advised that any unauthorized use, disclosure, copying or the taking of any action in reliance on the contents of this information is strictly prohibited. If you have received this email in error, please immediately notify the sender by replying to this message and deleting it from your computer. Thank you.