mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +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,
|
messages=messages,
|
||||||
user_id=self.user_id,
|
user_id=self.user_id,
|
||||||
tenant_id=self.tenant_id,
|
tenant_id=self.tenant_id,
|
||||||
conversation_id='',
|
conversation_id=None,
|
||||||
)
|
)
|
||||||
# extract plain text and files
|
# extract plain text and files
|
||||||
files = self._extract_tool_response_binary(messages)
|
files = self._extract_tool_response_binary(messages)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user