mirror of
https://github.com/langgenius/dify.git
synced 2026-05-03 17:08:03 +08:00
add conversation id, app id and message id into plugin session
This commit is contained in:
@ -73,6 +73,8 @@ class ToolNode(BaseNode):
|
||||
workflow_tool_callback=DifyWorkflowCallbackHandler(),
|
||||
workflow_call_depth=self.workflow_call_depth,
|
||||
thread_pool_id=self.thread_pool_id,
|
||||
app_id=self.app_id,
|
||||
# TODO: conversation id and message id
|
||||
)
|
||||
except Exception as e:
|
||||
yield RunCompletedEvent(
|
||||
|
||||
Reference in New Issue
Block a user