<#@ template language="C#" inherits="ActionTemplate, IModeledAction" visibility="internal" linePragmas="false" #> <#@ import namespace="Microsoft.Agents.AI.Workflows.Declarative.Interpreter" #> <#@ assembly name="System.Core" #> DelegateExecutor <#= this.InstanceVariable #> = new(id: "<#= this.Id #>", <#= this.RootVariable #>.Session<#= this.Action is not null ? $", {this.Action}" : "" #>);