namespace BotSharp.Abstraction.Instructs.Models; public class CodeInstructContext { public List Arguments { get; set; } = []; }