From 30d04dc1c8016074be622ee34278e25090706b02 Mon Sep 17 00:00:00 2001 From: zuohuaijun Date: Thu, 19 Jun 2025 12:09:10 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=8E=E8=B0=83=E6=95=B4=E8=81=8A?= =?UTF-8?q?=E5=A4=A9=E6=91=98=E8=A6=81=E5=8E=86=E5=8F=B2=E8=A1=A8=E6=91=98?= =?UTF-8?q?=E8=A6=81=E5=AD=97=E6=AE=B5=E9=95=BF=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Admin.NET/Admin.NET.Core/Ai/Entity/LLMChatSummaryHistory.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Admin.NET/Admin.NET.Core/Ai/Entity/LLMChatSummaryHistory.cs b/Admin.NET/Admin.NET.Core/Ai/Entity/LLMChatSummaryHistory.cs index b6eb8c8c..4aed0721 100644 --- a/Admin.NET/Admin.NET.Core/Ai/Entity/LLMChatSummaryHistory.cs +++ b/Admin.NET/Admin.NET.Core/Ai/Entity/LLMChatSummaryHistory.cs @@ -29,7 +29,8 @@ public class LLMChatSummaryHistory : EntityBaseId /// /// 摘要 /// - [SugarColumn(ColumnDescription = "摘要", ColumnDataType = StaticConfig.CodeFirst_BigString)] + [SugarColumn(ColumnDescription = "摘要", Length = 1024)] + [MaxLength(1024)] public string? Summary { get; set; } ///