This commit is contained in:
Windpicker-owo
2025-10-05 18:31:56 +08:00
10 changed files with 284 additions and 544 deletions

View File

@@ -9,6 +9,7 @@ class ReplyerManager:
def __init__(self):
self._repliers: dict[str, DefaultReplyer] = {}
async def get_replyer(
async def get_replyer(
self,
chat_stream: ChatStream | None = None,