Add empty message support for natural language processors

This commit is contained in:
Richard Chien
2018-12-15 23:41:03 +08:00
parent c4147e47cc
commit bc8cdf6131
2 changed files with 21 additions and 6 deletions

View File

@ -4,6 +4,10 @@ sidebar: auto
# 更新日志
## next
- 自然语言处理器支持响应只有机器人昵称而没有实际内容的消息,通过 `on_natural_language``allow_empty_message` 参数开启(默认关闭)
## v0.4.2
- 修复命令处理器中抛出异常导致运行超时 `SESSION_RUN_TIMEOUT` 不生效的问题