chore/ 删除无用文件
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
"""用户资料收集:缺失字段检测、提取与应用"""
|
||||
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
from app.features.user.models import User
|
||||
@@ -6,7 +7,10 @@ from app.features.user.models import User
|
||||
|
||||
def get_missing_profile_fields(user: User) -> list:
|
||||
"""检查用户缺失的资料字段"""
|
||||
from app.agents.chat.prompts_profile import get_missing_profile_fields as _get_missing
|
||||
from app.agents.chat.prompts_profile import (
|
||||
get_missing_profile_fields as _get_missing,
|
||||
)
|
||||
|
||||
return _get_missing(
|
||||
birth_year=user.birth_year,
|
||||
birth_place=user.birth_place,
|
||||
|
||||
Reference in New Issue
Block a user