Merge branch 'main' into feature-foundry-agents

This commit is contained in:
Chris
2025-11-11 10:03:25 -08:00
committed by GitHub
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ may be executed locally no different from any regular `Workflow` that is defined
The difference is that the workflow definition is loaded from a YAML file instead of being defined in code:
```c#
Workflow workflow = DeclarativeWorkflowBuilder.Build<string>("HelloWorld.yaml", options);
Workflow<string> workflow = DeclarativeWorkflowBuilder.Build<string>("Marketing.yaml", options);
```
These example workflows may be executed by the workflow