Skip to content

Commit f5382a1

Browse files
committed
Typo fix in lab 16
1 parent 709a780 commit f5382a1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

labs/16-handoffs.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ After the evaluation is complete, return the pass/fail in a json object with the
9494
agent = orchestrator_agent
9595
while user_input != 'bye':
9696
result = Runner.run_sync(agent, user_input, session=session, max_turns=20)
97-
agent = result.last_agent
9897
print(result.final_output)
9998
user_input = input("User: ")
10099
```

0 commit comments

Comments
 (0)