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