mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
fix: typo in param
This commit is contained in:
@@ -198,8 +198,8 @@ class PipelineManager:
|
||||
stage_containers = []
|
||||
for stage_name in pipeline_entity.stages:
|
||||
stage_containers.append(stagemgr.StageInstContainer(
|
||||
stage_name=stage_name,
|
||||
stage_class=self.stage_dict[stage_name]
|
||||
inst_name=stage_name,
|
||||
inst=self.stage_dict[stage_name](self.ap)
|
||||
))
|
||||
|
||||
runtime_pipeline = RuntimePipeline(self.ap, pipeline_entity, stage_containers)
|
||||
|
||||
Reference in New Issue
Block a user