theopenconversationkit / tock

Tock, the open source conversational AI toolkit.
https://doc.tock.ai
Apache License 2.0
466 stars 126 forks source link

[FAQ roles] deprecate faqNlpUser and faqBotUser roles #1656

Open assouktim opened 1 week ago

assouktim commented 1 week ago

We realized that the faqNlpUser and faqBotUser roles alone don't really add any value compared to Tock's historical nlpUser and botUser roles.

So we've decided to make them deprecated while we wait for their definitive removal.

We've made a PR for this topic, which remove these roles from Verticles, but retains the mapping of user roles to login in this way:

faqNlpUser -> nlpUser faqBotUser -> botUser

assouktim commented 1 week ago

Fix : https://github.com/theopenconversationkit/tock/pull/1652