Apply format fixes

This commit is contained in:
Roger Barreto
2026-02-05 14:42:29 +00:00
Unverified
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);