@@ -15,7 +15,12 @@ class AgentConfig(BaseModel): | |||
agentEnabled: bool=True | |||
addContactsFromChatroomIdWhiteList: List[str] = [] | |||
chatWaitingMsgEnabled: bool | |||
privateGroupChatEnabled: bool=False | |||
privateGroupChatEnabled: bool=False, | |||
privateChatWhiteList:List[str] = [] | |||
# privateChatBlackList:List[str] = [] | |||
# privateChatLabelList:List[str] = [], # 标签ID | |||
# privateChatSelectedList:List[str] = [] | |||
@dataclass | |||