给Expression系统的一些准备文件

This commit is contained in:
UnCLAS-Prommer
2026-03-02 17:18:13 +08:00
parent 1e917cc87d
commit e200b5b581
7 changed files with 73 additions and 40 deletions

View File

@@ -170,7 +170,7 @@ class Expression(SQLModel, table=True):
situation: str = Field(index=True, max_length=255, primary_key=True) # 情景
style: str = Field(index=True, max_length=255, primary_key=True) # 风格
context: str # 上下文
# context: str # 上下文
# up_content: str
content_list: str # 内容列表JSON格式存储