😎调整聊天摘要历史表摘要字段长度
This commit is contained in:
parent
8625764be0
commit
30d04dc1c8
@ -29,7 +29,8 @@ public class LLMChatSummaryHistory : EntityBaseId
|
|||||||
/// <summary>
|
/// <summary>
|
||||||
/// 摘要
|
/// 摘要
|
||||||
/// </summary>
|
/// </summary>
|
||||||
[SugarColumn(ColumnDescription = "摘要", ColumnDataType = StaticConfig.CodeFirst_BigString)]
|
[SugarColumn(ColumnDescription = "摘要", Length = 1024)]
|
||||||
|
[MaxLength(1024)]
|
||||||
public string? Summary { get; set; }
|
public string? Summary { get; set; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user