This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
namespace Agents101; | |
using Azure; | |
using Azure.AI.Agents.Persistent; | |
using Azure.Identity; | |
using System.Diagnostics; | |
using System.Threading.Tasks; | |
using Microsoft.Extensions.Configuration; | |
class Program |