mirror of
https://github.com/langgenius/dify.git
synced 2026-03-16 04:17:43 +08:00
WIP: P2
This commit is contained in:
@ -136,7 +136,7 @@ class _ChatflowRunner:
|
||||
|
||||
chat_generator = AdvancedChatAppGenerator()
|
||||
|
||||
workflow_run_id = uuid.uuid4()
|
||||
workflow_run_id = exec_params.workflow_run_id
|
||||
|
||||
with self._setup_flask_context(user):
|
||||
response = chat_generator.generate(
|
||||
|
||||
Reference in New Issue
Block a user