@@ -20,7 +20,8 @@ class UserProfileExtractor:
)
self.model_name = chat_service.VOLCENGINE_MODEL_DEEPSEEK_V3
- def get_extraction_function(self) -> Dict:
+ @staticmethod
+ def get_extraction_function() -> Dict:
"""
定义用于用户画像信息提取的Function Calling函数