Skip to content

Commit e986e2a

Browse files
committed
Added bug for lab 17
1 parent f776ade commit e986e2a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

agent.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ def run(session_id, job_id):
225225
agent = orchestrator_agent
226226
while user_input != 'bye':
227227
result = Runner.run_sync(agent, user_input, session=session, max_turns=20)
228-
agent = result.last_agent
229228
print(result.final_output)
230229
user_input = input("User: ")
231230

labs/16-handoffs.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@ def main():
112112

113113
And run the code
114114

115+
**Note**: There is intentionally a bug in the code. We will fix it in the next lab
116+
115117
## Hints
116118

117119
### How to implement get_next_skill_to_evaluate?

0 commit comments

Comments
 (0)