.NET Workflows - Add sample for hosted declarative workflow (#2199)

* fwiw

* Less blank lines
This commit is contained in:
Chris
2025-11-13 12:52:34 -08:00
committed by GitHub
parent 5cced10977
commit bc6bbc20d1
4 changed files with 208 additions and 1 deletions
@@ -13,7 +13,7 @@ internal static class AgentFactory
public static async ValueTask<AgentVersion> CreateAgentAsync(
this AgentClient agentClient,
string agentName,
PromptAgentDefinition agentDefinition,
AgentDefinition agentDefinition,
string agentDescription)
{
AgentVersionCreationOptions options =