mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
Merge branch 'feat/collaboration' into deploy/dev
This commit is contained in:
@ -1075,7 +1075,7 @@ def _setup_variable_pool(
|
||||
)
|
||||
|
||||
# Only add chatflow-specific variables for non-workflow types
|
||||
if workflow.type != WorkflowType.WORKFLOW.value:
|
||||
if workflow.type != WorkflowType.WORKFLOW:
|
||||
system_variable.query = query
|
||||
system_variable.conversation_id = conversation_id
|
||||
system_variable.dialogue_count = 1
|
||||
|
||||
Reference in New Issue
Block a user