mirror of
https://github.com/microsoft/agent-framework.git
synced 2026-06-16 21:04:09 +08:00
.NET Workflows - Clean-up declarative docs and product-context. (#1134)
* Clean-up * Rollback sample --------- Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
This commit is contained in:
+2
@@ -22,6 +22,8 @@ internal sealed class WorkflowTemplateVisitor : DialogActionVisitor
|
||||
{
|
||||
this._rootId = workflowId;
|
||||
this._workflowModel = new WorkflowModel<string>(new RootTemplate(workflowId, typeInfo));
|
||||
|
||||
WorkflowDiagnostics.SetFoundryProduct();
|
||||
}
|
||||
|
||||
public bool HasUnsupportedActions { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user