BotSharp/src/Infrastructure/BotSharp.Abstraction/Templating/Constants/TemplateRenderConstant.cs
Jicheng Lu 1762675cb0 revert
2025-05-04 23:20:52 -05:00

7 lines
156 B
C#

namespace BotSharp.Abstraction.Templating.Constants;
public static class TemplateRenderConstant
{
public const string RENDER_AGENT = "render_agent";
}