Explorar o código

Update user_profile_extractor: optimize interaction frequency

StrayWarrior hai 1 semana
pai
achega
aa30ebe1bb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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": []