mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-12 06:19:03 +08:00
fix: pub generate message text return null (#1037)
This commit is contained in:
parent
3a5c7c75ad
commit
02452421d5
@ -137,6 +137,7 @@ class ConversationMessageTask:
|
|||||||
db.session.flush()
|
db.session.flush()
|
||||||
|
|
||||||
def append_message_text(self, text: str):
|
def append_message_text(self, text: str):
|
||||||
|
if text is not None:
|
||||||
self._pub_handler.pub_text(text)
|
self._pub_handler.pub_text(text)
|
||||||
|
|
||||||
def save_message(self, llm_message: LLMMessage, by_stopped: bool = False):
|
def save_message(self, llm_message: LLMMessage, by_stopped: bool = False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user