mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
3 lines
292 B
Plaintext
3 lines
292 B
Plaintext
<#@ template language="C#" inherits="CodeTemplate" visibility="internal" linePragmas="false" #>
|
|
<#@ assembly name="System.Core" #>
|
|
<#= this.ExecutorType #>Executor <#= this.InstanceVariable #> = new(<#= this.RootVariable #>.Session<#= this.HasProvider ? ", options.AgentProvider" : "" #>); |