Skip to content

Commit

Permalink
fix: conversation_id equals to none
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeuoly committed Mar 14, 2024
1 parent f5d5c65 commit 61aac32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/core/workflow/nodes/tool/tool_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def _convert_tool_messages(self, messages: list[ToolInvokeMessage]) -> tuple[str
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)
Expand Down

0 comments on commit 61aac32

Please sign in to comment.