mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-12 00:36:03 +00:00
fix: current_stage in Query
This commit is contained in:
@@ -96,7 +96,7 @@ class Query(pydantic.BaseModel):
|
||||
"""回复消息链,从resp_messages包装而得"""
|
||||
|
||||
# ======= 内部保留 =======
|
||||
current_stage = None # pkg.pipeline.pipelinemgr.StageInstContainer
|
||||
current_stage: typing.Optional['pkg.pipeline.pipelinemgr.StageInstContainer'] = None
|
||||
"""当前所处阶段"""
|
||||
|
||||
class Config:
|
||||
|
||||
Reference in New Issue
Block a user