feat/rag-2
jyong 10 months ago
parent 58a3471a5f
commit 3b70f8ac08

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

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

Loading…
Cancel
Save