fix: conversation_id equals to none

This commit is contained in:
Yeuoly 2024-03-14 13:24:48 +08:00 committed by takatost
parent 74e644be1c
commit dc53362506
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class ToolNode(BaseNode):
messages=messages,
user_id=self.user_id,
tenant_id=self.tenant_id,
conversation_id='',
conversation_id=None,
)
# extract plain text and files
files = self._extract_tool_response_binary(messages)