Howdy! I have an issue with async_run_experiment. I was using run_experiment but need to have some concurrency.
I switched to now run AsyncClient.experiments.run_experiment(). However, now I keep getting this error Retries exhausted after 1 attempts: string indices must be integers, not 'str' at this step in the process
task_runs, _execution_details = await executor.execute(test_cases)
It looks like maybe there's a bug in the async_run_experiment() function itself?