Traceback (most recent call last):
File "/opt/app-root/src/chatbot", line 31, in <module>
from aicoe.sesheta.actions.chat import process_user_text, CHATBOT
ImportError: cannot import name 'CHATBOT' from 'aicoe.sesheta.actions.chat' (/opt/app-root/src/aicoe/sesheta/actions/chat.py)
Description
The CHATBOT reference from an old PR,
which is causing disruption on the bot.
Needs approval from an approver in each of these files:
- ~~[OWNERS](https://github.com/AICoE/sefkhet-abwy/blob/master/OWNERS)~~ [goern]
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Remove the left chatbot reference Signed-off-by: Harshad Reddy Nalla hnalla@redhat.com
Related Issues and Dependencies
Related-to: https://github.com/AICoE/sefkhet-abwy/pull/190
Description
The CHATBOT reference from an old PR, which is causing disruption on the bot.