Apply format fixes

This commit is contained in:
Roger Barreto
2026-02-16 11:39:44 +00:00
parent d84d7e348f
commit b153dc8515
@@ -96,4 +96,4 @@ AIAgent agent = await aiProjectClient.CreateAIAgentAsync(
Console.WriteLine(await agent.RunAsync("What countries use the Euro (EUR) as their currency? Please list them."));
// Cleanup by deleting the agent
await aiProjectClient.Agents.DeleteAgentAsync(agent.Name);
await aiProjectClient.Agents.DeleteAgentAsync(agent.Name);