fix:问题不会重复提

This commit is contained in:
SengokuCola
2025-10-05 17:03:13 +08:00
parent f44857d856
commit e2c40db366
3 changed files with 65 additions and 8 deletions

View File

@@ -341,6 +341,7 @@ class MemoryConflict(BaseModel):
update_time = FloatField() # 更新时间
context = TextField(null=True) # 上下文
chat_id = TextField(null=True) # 聊天ID
raise_time = FloatField(null=True) # 触发次数
class Meta:
table_name = "memory_conflicts"