We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 709a780 commit f5382a1Copy full SHA for f5382a1
labs/16-handoffs.md
@@ -94,7 +94,6 @@ After the evaluation is complete, return the pass/fail in a json object with the
94
agent = orchestrator_agent
95
while user_input != 'bye':
96
result = Runner.run_sync(agent, user_input, session=session, max_turns=20)
97
- agent = result.last_agent
98
print(result.final_output)
99
user_input = input("User: ")
100
```
0 commit comments