This commit is contained in:
jyong
2025-07-11 15:25:58 +08:00
parent 58a3471a5f
commit 3b70f8ac08
2 changed files with 3 additions and 0 deletions

View File

@@ -262,6 +262,8 @@ class WorkflowService:
conversation_variables=draft_workflow.conversation_variables,
marked_name=marked_name,
marked_comment=marked_comment,
rag_pipeline_variables=draft_workflow.rag_pipeline_variables,
features=draft_workflow.features,
)
# commit db session changes

View File

@@ -377,6 +377,7 @@ class TestWorkflowDraftVariableServiceResetVariable(unittest.TestCase):
created_by=str(uuid.uuid4()),
environment_variables=[],
conversation_variables=conversation_vars,
rag_pipeline_variables=[],
)
return workflow