openai-agents-python/examples
Rohan Mehta 2bff04719b
Fix handoffs example use cases (#156)
## Changes
- In this handoff example, we need to use `first_agent` with
`random_number_tool`, instead of `second_agent` without that tool, since
the user is asking to generate a random number.
- fixed typo in comments
2025-03-17 15:59:18 -04:00
..
agent_patterns fix reasoning order in examples 2025-03-17 14:56:43 +09:00
basic fix typo in agent_lifecycle_example.py (#161) 2025-03-17 15:59:00 -04:00
customer_service Initial commit 2025-03-11 09:42:28 -07:00
handoffs fix: use first_agent instead of second_agent for a task to generate random number 2025-03-13 18:26:49 -07:00
model_providers Update custom models to use tools 2025-03-13 13:10:26 -04:00
research_bot docs: Fix typos in documentation files 2025-03-12 00:12:31 +01:00
tools make computer use example less verbose 2025-03-11 15:27:08 -07:00
__init__.py Initial commit 2025-03-11 09:42:28 -07:00