We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c42edc8 commit ef02db7Copy full SHA for ef02db7
1 file changed
dotnet/src/Microsoft.Agents.AI.Workflows.Generators/Generation/SourceBuilder.cs
@@ -38,6 +38,7 @@ public static string Generate(ExecutorInfo info)
38
sb.AppendLine("using System.Collections.Generic;");
39
sb.AppendLine("using Microsoft.Agents.AI.Workflows;");
40
sb.AppendLine();
41
+ sb.AppendLine("using RouteBuilder = Microsoft.Agents.AI.Workflows.RouteBuilder;");
42
43
// Namespace
44
if (!string.IsNullOrWhiteSpace(info.Namespace))
0 commit comments