mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 09:56:06 +00:00
feat: preliminarily implement pipeline invoking
This commit is contained in:
@@ -28,7 +28,7 @@ class PipelineStage(metaclass=abc.ABCMeta):
|
||||
def __init__(self, ap: app.Application):
|
||||
self.ap = ap
|
||||
|
||||
async def initialize(self):
|
||||
async def initialize(self, pipeline_config: dict):
|
||||
"""初始化
|
||||
"""
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user