mirror of
https://github.com/langgenius/dify.git
synced 2026-04-03 21:51:14 +08:00
fix: conversation_id equals to none
This commit is contained in:
parent
baf536eb2b
commit
13a724864d
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user