buerokratt / Training-Module

MIT License
2 stars 20 forks source link

Request intent status (in model to-be / not in model to-be) #75

Open turnerrainer opened 1 year ago

turnerrainer commented 1 year ago

AS A Trainer I WANT TO know if the intent would be used if a new model was to be trained now SO THAT I CAN see which intent will be usable for End Users

Temporary list of API endpoints

Acceptance Criteria

DSL

RaulAltmae commented 1 year ago

Pull request https://github.com/buerokratt/Training-Module/pull/184

KasparMinn commented 10 months ago

PR: https://github.com/buerokratt/Training-Module/pull/284

This pull request creates the base functionality for, importantly, not only seeing whether or not an intent's status was in model, but also adding or removing it from the model if necessary. This functionality did not exist before in both an incomplete front-end as well as no appropriate DSLs for it on the back-end. Currently adding and removing an intent from the model only includes adding it to the Domain file, but adding new things is now made easy.