namespace BotSharp.Abstraction.Functions.Models; public class ParameterPropertyDef { public string Type { get; set; } = "string"; public string Description { get; set; } }