theopenconversationkit / tock

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

The namespace in the connector's REST path #1688

Closed assouktim closed 4 months ago

assouktim commented 4 months ago

The namespace is used as is in the bots' "REST API Url", so when the namespace contains a space, the bot call doesn't work.

The correction consists of applying the same treatment to the application name, i.e. removing the spaces and putting everything in lower case.