namespace BotSharp.Abstraction.Instructs.Models; public class CodeInstructOptions { public string? CodeTemplateName { get; set; } public string? CodeInterpretProvider { get; set; } }