You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AdversarialSimulator is getting stuck in a loop when using ADV_CONVERSATION scenario for FDP projects. ``` import os import asyncio import logging from dotenv import load_dotenv from azure.identity import AzureCliCredential from azure.ai.evaluation.simul
#236