fossasia / susi_server

SUSI.AI server backend - the Artificial Intelligence server for personal assistants https://susi.ai
GNU Lesser General Public License v2.1
2.5k stars 1.08k forks source link

Set alarm planned skill doesn't work after google speech to text #1361

Open alok760 opened 5 years ago

alok760 commented 5 years ago

Actual Behaviour The example of set alarm in one minute planned skill works for exactly the same words used, but testing in the smart speaker results in changing the query slightly resulting in the skill not working.

Expected Behaviour Google STT changes the query set alarm in one minute to set alarm in 1 minute. - note the numeric one Planned skill should work for set alarm in 1 minute

Steps to reproduce it

vaibhavmatta commented 5 years ago

@fragm3 Is anyone working on it?

fragm3 commented 5 years ago

No, you can pick it up. Skills are stored under repository susi_skill_data

vaibhavmatta commented 5 years ago

I am claiming this issue now!

alok760 commented 5 years ago

@vaibhavmatta here's the concerned file - https://github.com/fossasia/susi_server/blob/development/conf/os_skills/test/en/alarm.txt

You can make this skill more intuitive or just add set alarm in 1 minute for now as a temporary test solution