merge new graph engine

This commit is contained in:
jyong
2025-08-27 18:33:38 +08:00
parent 4e2c3bfb05
commit 88abaa840c
3 changed files with 5 additions and 3 deletions

View File

@ -256,7 +256,6 @@ class RagPipelineGenerateEntity(WorkflowAppGenerateEntity):
batch: str
document_id: Optional[str] = None
start_node_id: Optional[str] = None
class SingleIterationRunEntity(BaseModel):
"""
Single Iteration Run Entity.
@ -276,3 +275,4 @@ class RagPipelineGenerateEntity(WorkflowAppGenerateEntity):
inputs: dict
single_loop_run: Optional[SingleLoopRunEntity] = None