Rasa论坛说rasa x 1.1支持rasa 3.x,但是当我尝试在使用rasa 3.1训练的模型上运行rasa x时,它会给我带来错误。UserWarning: Your version of rasa '3.1.0' is currently not supported by Rasa X.Please retrain your model with a more recent Rasa version
这是
我的操作服务器上运行着几个自定义操作。我希望使用日志记录模块从这些自定义操作中获取自定义日志消息。但是,我找不到我正在生成的日志。在我的操作文件中,我使用:logger = logging.Logger(__name__)
logger.debug("Somelog message")
如果我使用以下命令在本地运行我的操作服务器: rasa run actions