diff --git a/astrbot/core/provider/provider.py b/astrbot/core/provider/provider.py index 144a76d56..7fd93b41c 100644 --- a/astrbot/core/provider/provider.py +++ b/astrbot/core/provider/provider.py @@ -17,8 +17,8 @@ class Personality(TypedDict): mood_imitation_dialogs: List[str] = [] # cache - _begin_dialogs_processed: List[dict] - _mood_imitation_dialogs_processed: str + _begin_dialogs_processed: List[dict] = [] + _mood_imitation_dialogs_processed: str = "" @dataclass