Skip to content

Commit ccff3d3

Browse files
authored
Updated (#3772)
1 parent 35097d8 commit ccff3d3

35 files changed

Lines changed: 195 additions & 12287 deletions

dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/CodeGen/AddConversationMessageTemplate.cs

Lines changed: 4 additions & 566 deletions
Large diffs are not rendered by default.

dotnet/src/Microsoft.Agents.AI.Workflows.Declarative/CodeGen/AddConversationMessageTemplate.tt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
<#@ template language="C#" inherits="ActionTemplate" visibility="internal" linePragmas="false" #>
22
<#@ output extension=".cs" #>
33
<#@ assembly name="System.Core" #>
4-
<#@ include file="Snippets/Index.tt" once="true" #>
5-
4+
<#@ import namespace="Microsoft.Agents.AI.Workflows.Declarative.Extensions" #>
5+
<#@ import namespace="Microsoft.Agents.ObjectModel" #>
6+
<#@ include file="Snippets/AssignVariableTemplate.tt" once="true" #>
7+
<#@ include file="Snippets/EvaluateRecordExpressionTemplate.tt" once="true" #>
8+
<#@ include file="Snippets/EvaluateStringExpressionTemplate.tt" once="true" #>
9+
<#@ include file="Snippets/FormatMessageTemplate.tt" once="true" #>
610
/// <summary>
711
/// Adds a new message to the specified agent conversation
812
/// </summary>

0 commit comments

Comments
 (0)