Skip to content

Instantly share code, notes, and snippets.

@madhugilla
madhugilla / Program.cs
Created June 13, 2025 12:22
multiagentpromprerror
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