11 changed files with 20 additions and 20 deletions
@ -1,6 +1,5 @@ |
|||||
namespace LINGYUN.Abp.AIManagement.Chats; |
namespace LINGYUN.Abp.AIManagement.Chats; |
||||
public static class ChatMessageRecordConsts |
public static class ChatMessageRecordConsts |
||||
{ |
{ |
||||
public static int MaxConversationIdLength { get; set; } = 64; |
|
||||
public static int MaxChatRoleLength { get; set; } = 20; |
public static int MaxChatRoleLength { get; set; } = 20; |
||||
} |
} |
||||
|
|||||
Loading…
Reference in new issue