Alexander Khizov
Alexander Khizov
Hey @cicilzx Could you please explain what you're trying to archive?
Hey @souvikg10 Thanks for working on this! I will review the PR this week 👍
Hey @souvikg10 Thanks for addressing the comments! 🚀 You can re-request the review if the changes are ready 👍
Hey @souvikg10 Could you please merge Rasa `main` into your branch? Let's see if the tests are passing now 🤔
> rasa/shared/nlu/training_data/formats/watson.py:4:1: F401 'rasa.shared.nlu.constants.VALID_FEATURE_TYPES' imported but unused You need to remove the unsed import there. > rasa/shared/nlu/training_data/formats/__init__.py:10:1: F401 'rasa.shared.nlu.training_data.formats.rasa.RasaReader' imported but unused Please put `# noqa: F401` on the same...
You can reproduce that using a UTF-8 encoded config file ``` menu_item :selection_search :Test Cyrillic :cmd_output :9999:echo 'Привет' ``` If that's a shenanigan issue, then I'm not sure what to...
Hey @pgaskin My config: ``` menu_item :main :Test russian :cmd_output :9999:echo 'Привет' menu_item :main :Dump Syslog :cmd_spawn :logread > /mnt/onboard/.adds/syslog_bug.log ``` What I did: - Modified the config (as stated...
Hey @n3w6i3 I'm using the following command: ``` menu_item :selection_search :DeepL Translation :cmd_output :9999:/usr/bin/wget --header='Authorization: DeepL-Auth-Key $MY_KEY' --post-data='target_lang=RU&text={1|S|%}' -qO - https://api-free.deepl.com/v2/translate | jq '.translations[0].text' | fold -s -w 55 ```...
Hey @Juggernaut1997 What kind of behavior are you trying to archive? Anyway, I think you need to add training examples to the `NLU.md` with that kind of utterances. Also, you...