fix merge problem

This commit is contained in:
hjlarry
2025-09-18 15:45:53 +08:00
parent 81c6e52401
commit b50284d864
6 changed files with 6 additions and 4 deletions

View File

@ -18,6 +18,7 @@ from core.variables.segment_group import SegmentGroup
from core.variables.segments import ArrayFileSegment, FileSegment, Segment
from core.variables.types import SegmentType
from core.workflow.constants import CONVERSATION_VARIABLE_NODE_ID, SYSTEM_VARIABLE_NODE_ID
from extensions.ext_database import db
from factories import variable_factory
from factories.file_factory import build_from_mapping, build_from_mappings
from libs.login import current_user, login_required