buerokratt / Training-Module

MIT License
2 stars 16 forks source link

REST service to provide a list of Rasa regexes #124

Open turnerrainer opened 1 year ago

turnerrainer commented 1 year ago

AS AN Architect I WANT TO have a REST service to provide a list of Rasa regexes SO THAT there wouldn't be any duplicate services for it

Acceptance Criteria

Similar tasks

https://github.com/buerokratt/Training-Module/issues/125 https://github.com/buerokratt/Training-Module/issues/130

janyprus commented 1 year ago

Used GET endpoint /rasa/regexes to fetch a list of all Rasa regexes Used regex section of Rasa data/regex_nlu.yml as input

janyprus commented 1 year ago

Pull request #150

ExiRain commented 9 months ago

Task description missing, not entirely certain how this should fully function.

turnerrainer commented 9 months ago

Task description missing, not entirely certain how this should fully function.

Description added.

ffrose commented 7 months ago

Bug described under task #107 . Can start testing when it gets fixed.

ValterAro commented 5 months ago

Seems to work as intended!