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
{{ message }}
This repository has been archived by the owner on Jun 30, 2022. It is now read-only.
Is your feature request related to a problem? Please describe.
When a user says something like "find the nearest coffee shop", the POI Skill returns a list of POIs rather than a single entity which would be expected based on the question.
What is the solution you are looking for?
The POI Skill's LUIS application would recognize descriptors like "nearest", "closest", etc., that the API should only return one result rather than the default set.
What alternatives have you considered?
Is there any other context you can provide?
The text was updated successfully, but these errors were encountered:
* add POI_TYPE nearest to provide nearest result (#1986)
* POI test aligns with Calendar, Email, ToDo tests
* POI: add nearest tests, multiple routes test and fix RouteToPointOfInterestBy* tests
Is your feature request related to a problem? Please describe.
When a user says something like "find the nearest coffee shop", the POI Skill returns a list of POIs rather than a single entity which would be expected based on the question.
What is the solution you are looking for?
The POI Skill's LUIS application would recognize descriptors like "nearest", "closest", etc., that the API should only return one result rather than the default set.
What alternatives have you considered?
Is there any other context you can provide?
The text was updated successfully, but these errors were encountered: