소스 검색

Update user_profile_extractor: optimize interaction frequency

StrayWarrior 1 주 전
부모
커밋
aa30ebe1bb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      user_profile_extractor.py

+ 1 - 1
user_profile_extractor.py

@@ -65,7 +65,7 @@ class UserProfileExtractor:
                         },
                         "interaction_frequency": {
                             "type": "string",
-                            "description": "用户期望的交互频率。每2天联系小于1次为low,每天联系1次为medium,不再联系为stopped"
+                            "description": "用户期望的交互频率。每2天联系小于1次为low,每天联系1次为medium,未来均不再联系为stopped"
                         }
                     },
                     "required": []