feat(AiService, Config, DatabaseInitializer, SystemConfig): enhance AI prompt configurations and improve UI for prompt management

This commit is contained in:
shiyu
2025-05-26 14:43:56 +08:00
parent 086d466975
commit da8c19c2e8
4 changed files with 187 additions and 50 deletions

View File

@@ -9,7 +9,7 @@ public class Config : BaseModel
public string Key { get; set; } = string.Empty;
[Required]
[StringLength(255)]
[StringLength(1000)]
public string Value { get; set; } = string.Empty;
[StringLength(255)]