Browse Source

Update user_profile_extractor: optimize interaction frequency

StrayWarrior 1 week ago
parent
commit
aa30ebe1bb
1 changed files with 1 additions and 1 deletions
  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": []