namespace BotSharp.Abstraction.Templating; public interface IResponseTemplateService { Task RenderFunctionResponse(string agentId, RoleDialogModel message); Task RenderIntentResponse(string agentId, RoleDialogModel message); }