有没有rasa故事日志

发布于 2025-01-12 17:06:17 字数 78 浏览 0 评论 0原文

在 rasa 中,

我的聊天机器人没有很好地跟踪故事。有没有一种方法可以收集有关对话的数据并了解它为什么选择它所选择的故事步骤?

in rasa

my chatbot is not following the story well. Is there a way to collect data about a conversation and see why it chose the story step it chose?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

ま昔日黯然 2025-01-19 17:06:17

您可以将 --debug 标志添加到任何 CLI 命令(例如,rasa shellrasa run)以获取将要执行的日志向您展示如何对用户消息的意图进行分类以及策略预测的操作。我还建议编写测试故事并检查是否你会遇到任何失败。

You can add the --debug flag to any CLI command (e.g., rasa shell, rasa run) to get the logs which are going to show you how the intent of the user message is classified as well as the actions predicted by the policies. I would also recommend writing test stories and checking if you get any failures.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文