.Net: Agent Samples - Adding AzureAIAgentsPersistent to Steps (#105)

* Adding Persistent Agent to Steps

* Add comments

* Ensure changes

* Fix format

* Fix formatting

* Adding cancellation token good practice
This commit is contained in:
Roger Barreto
2025-06-26 22:17:59 +00:00
committed by GitHub
parent 06a690685f
commit b46ee00468
11 changed files with 205 additions and 103 deletions
@@ -1,8 +1,9 @@
// Copyright (c) Microsoft. All rights reserved.
using Azure.AI.Agents.Persistent;
using Microsoft.Extensions.AI.AzureAIAgentsPersistent;
namespace Microsoft.Extensions.AI.AzureAIAgentsPersistent;
namespace Microsoft.Extensions.AI;
/// <summary>
/// Provides extension methods for <see cref="PersistentAgentsClient"/>.