mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-27 09:26:23 +02:00
add test profile to simulations
This commit is contained in:
parent
933a28ac28
commit
80e410888b
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue