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