mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-02 03:55:55 +00:00
refactor: 请求处理控制流基础架构
This commit is contained in:
9
pkg/pipeline/resprule/entities.py
Normal file
9
pkg/pipeline/resprule/entities.py
Normal file
@@ -0,0 +1,9 @@
|
||||
import pydantic
|
||||
import mirai
|
||||
|
||||
|
||||
class RuleJudgeResult(pydantic.BaseModel):
|
||||
|
||||
matching: bool = False
|
||||
|
||||
replacement: mirai.MessageChain = None
|
||||
Reference in New Issue
Block a user