用户详情优化

This commit is contained in:
lixinyue
2026-01-14 15:34:45 +08:00
parent 6db37d35ed
commit 2c9e5df27d
2 changed files with 9 additions and 1 deletions

View File

@@ -40,6 +40,12 @@ class EmotionType(ABC):
"anger":"生气",
"neutral":"中性"
}
class EmotionSubject(ABC):
SUBJECT_MAPPING={
"self":"自己",
"other":"别人",
"object":"事物对象"
}
class EpisodicMemoryOverviewRequest(BaseModel):
"""情景记忆总览查询请求"""