You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move the “limits” part of conf.yml into boteval repo.
Create a new section in conf.yml to decide what options to display when creating a new task.
The user of boteval can choose which entry of the “limits” will be displayed under the Actions column of topics.html (The entries not being displayed will always keep their default values)
Create a new module under topics for the customized task deployment options
We should have a new load_bot_agent() method under bots.py. Or we always initialize a new bot under the get_dialog_man() method of service.py.
Following the previous bullet point, darma should have a new way to initialize a bot (with and only with a dict as argument)
Each thread should store the customized dict setting
each customizable item for a task deployment should be configured inside a config file and the frontend should be loaded accordingly
e.g.
The text was updated successfully, but these errors were encountered: