From 80e410888b09c4b676322849cc50cf3c6ca452b6 Mon Sep 17 00:00:00 2001 From: arkml Date: Tue, 11 Mar 2025 18:36:17 +0530 Subject: [PATCH] add test profile to simulations --- apps/simulation_runner/requirements.txt | 2 +- apps/simulation_runner/simulation.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/simulation_runner/requirements.txt b/apps/simulation_runner/requirements.txt index 8b501db2..bd0f4f9d 100644 --- a/apps/simulation_runner/requirements.txt +++ b/apps/simulation_runner/requirements.txt @@ -21,7 +21,7 @@ pytest==8.3.4 pytest-asyncio==0.25.3 python-dateutil==2.9.0.post0 requests==2.32.3 -rowboat==1.0.4 +rowboat==2.1.0 six==1.17.0 sniffio==1.3.1 tqdm==4.67.1 diff --git a/apps/simulation_runner/simulation.py b/apps/simulation_runner/simulation.py index 3ae2b41e..900255f4 100644 --- a/apps/simulation_runner/simulation.py +++ b/apps/simulation_runner/simulation.py @@ -34,7 +34,8 @@ async def simulate_simulation( # Todo: add profile_id support_chat = StatefulChat( rowboat_client, - workflow_id=workflow_id + workflow_id=workflow_id, + test_profile_id=profile_id ) messages = [