mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-15 06:50:58 +00:00
refactor: 分隔LLM请求过程和消息封装过程
This commit is contained in:
@@ -10,6 +10,7 @@ from .cntfilter import cntfilter
|
||||
from .process import process
|
||||
from .longtext import longtext
|
||||
from .respback import respback
|
||||
from .wrapper import wrapper
|
||||
|
||||
|
||||
stage_order = [
|
||||
@@ -18,6 +19,7 @@ stage_order = [
|
||||
"PreContentFilterStage",
|
||||
"MessageProcessor",
|
||||
"PostContentFilterStage",
|
||||
"ResponseWrapper",
|
||||
"LongTextProcessStage",
|
||||
"SendResponseBackStage",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user