mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
5 lines
397 B
Plaintext
5 lines
397 B
Plaintext
<#@ 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}" : "" #>);
|