rebase 清理

This commit is contained in:
Windpicker-owo
2025-11-19 23:45:47 +08:00
parent 829bc9b4bc
commit 40709d95de
60 changed files with 465 additions and 10066 deletions

View File

@@ -259,10 +259,6 @@ class PromptManager:
result = prompt.format(**kwargs)
return result
@property
def context(self):
return self._context
# 全局单例
global_prompt_manager = PromptManager()