8 lines
192 B
C#
8 lines
192 B
C#
namespace BotSharp.Abstraction.Instructs.Models;
|
|
|
|
public class CodeInstructOptions
|
|
{
|
|
public string? CodeTemplateName { get; set; }
|
|
public string? CodeInterpretProvider { get; set; }
|
|
}
|