Skip to content

Commit d8fd65b

Browse files
committed
fix: add auto_previous_response_id parameter to test_start_streaming_fresh_run_exercises_persistence
1 parent eed651c commit d8fd65b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_run_hitl_coverage.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,6 +1347,7 @@ async def fake_run_single_turn_streamed(
13471347
context_wrapper=context_wrapper,
13481348
run_config=run_config,
13491349
previous_response_id=None,
1350+
auto_previous_response_id=False,
13501351
conversation_id=None,
13511352
session=None,
13521353
run_state=None,

0 commit comments

Comments
 (0)