😎调整聊天摘要历史表摘要字段长度

This commit is contained in:
zuohuaijun 2025-06-19 12:09:10 +08:00
parent 8625764be0
commit 30d04dc1c8

View File

@ -29,7 +29,8 @@ public class LLMChatSummaryHistory : EntityBaseId
/// <summary>
/// 摘要
/// </summary>
[SugarColumn(ColumnDescription = "摘要", ColumnDataType = StaticConfig.CodeFirst_BigString)]
[SugarColumn(ColumnDescription = "摘要", Length = 1024)]
[MaxLength(1024)]
public string? Summary { get; set; }
/// <summary>