We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a542aea commit 19b5b89Copy full SHA for 19b5b89
1 file changed
src/agents/run.py
@@ -2381,8 +2381,6 @@ async def _start_streaming(
2381
# Get the last model response
2382
last_model_response = run_state._model_responses[-1]
2383
2384
- from ._run_impl import RunImpl
2385
-
2386
turn_result = await RunImpl.resolve_interrupted_turn(
2387
agent=current_agent,
2388
original_input=run_state._original_input,
0 commit comments