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