namespace BotSharp.Abstraction.Knowledges.Models; public class KnowledgeCreationModel { public string Content { get; set; } = string.Empty; }