Rasa 3.x 学习系列- Rasa - Issues 4799 rasa interactive does not work without nlu data
Issues 4799使用rasa interactive core的功能,在没有NLU数据的情况下运行rasa interactive现在可以工作。
Issues 4799 修复在#4834进行了修复 rasa/cli/interactive.py
import argparse
import logging
import os
from pathlib import Path
from typing import List, Optional, Text, Union
from rasa import model
from rasa