feat: NormalMessageResponded添加func_called参数

This commit is contained in:
RockChinQ
2023-08-02 18:01:02 +08:00
parent 00623bc431
commit 1d0573e7ff
4 changed files with 14 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ class ContinueCommand(AbstractCommandNode):
session = pkg.openai.session.get_session(session_name)
text, _ = session.append()
text, _, _ = session.append()
reply = [text]