mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-11 00:06:04 +00:00
feat: 为NormalMessageResponded事件添加finish_reason参数
This commit is contained in:
@@ -20,7 +20,7 @@ class ContinueCommand(AbstractCommandNode):
|
||||
|
||||
session = pkg.openai.session.get_session(session_name)
|
||||
|
||||
text = session.append()
|
||||
text, _ = session.append()
|
||||
|
||||
reply = [text]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user