16 Commits

Author SHA1 Message Date
Kazuhiro Sera b5944a42bd docs: improve example code details 2026-08-02 12:06:22 +09:00
Kazuhiro Sera 133208381c feat: add GPT-5.6 model defaults and migrate examples (#3774) 2026-07-10 07:58:22 +09:00
Abdulrahman Alfozan c88f339d32 Update examples and defaults to GPT-5.5 (#3016) 2026-04-25 10:31:54 +09:00
Kazuhiro Sera 8d1094d21b docs: refresh docs and examples to gpt-5.4 (#2615) 2026-03-07 01:45:49 +09:00
Kazuhiro Sera 9b1f6eddc8 docs: improve examples for auto runs 2026-03-06 17:59:35 +09:00
Kazuhiro Sera c06a8bb42a feat: add examples auto-run skill and refresh example scripts (#2303)
see also: https://github.com/openai/openai-agents-js/pull/848
2026-01-13 22:59:15 +09:00
cguo-oai 4b3986b304 docs: Upgrading to GPT-5.2 (#2188)
Co-authored-by: Kazuhiro Sera <seratch@openai.com>
2025-12-16 08:26:32 +09:00
Kazuhiro Sera 71be6789ec Add a quick opt-in option to switch to gpt-5 model (#1534) 2025-08-21 19:28:45 -04:00
leohpark 02b6e7013c Update search_agent.py (#677)
Added missing word "be" in prompt instructions.

This is unlikely to change the agent functionality in most cases, but
optimal clarity in prompt language is a best practice.
2025-05-14 12:37:06 -04:00
nikkie d089886f01 examples(research_bot): Add space to INSTRUCTIONS (#439)
Thanks to awesome example `research_bot`

Fix andproduce and goodgrammar (and so on)

```python
>>> from examples.research_bot.agents import search_agent
>>> print(search_agent.INSTRUCTIONS)
You are a research assistant. Given a search term, you search the web for that term andproduce a concise summary of the results. The summary must 2-3 paragraphs and less than 300words. Capture the main points. Write succinctly, no need to have complete sentences or goodgrammar. This will be consumed by someone synthesizing a report, so its vital you capture theessence and ignore any fluff. Do not include any additional commentary other than the summaryitself.
```
2025-04-08 14:01:09 -04:00
Carmen(Jia) Liu e827dfe75f Fix: Correct the trace path in examples (#395)
### What changed?
The trace URL was using the wrong path format:
- Old: `/traces/{trace_id}`
- Fixed: `/traces/trace?trace_id={trace_id}`

<img width="781" alt="Screenshot 2025-03-30 at 5 54 11 pm"
src="https://github.com/user-attachments/assets/982fbb1d-7163-4438-b237-493e3100b5c7"
/>
2025-04-01 11:51:52 -04:00
Raduan77 65264b6b8a fix typos in /examples 2025-03-20 11:23:57 +01:00
Ali Yaman fce4872f32 docs: Fix typos in documentation files 2025-03-12 00:12:31 +01:00
Rohan Mehta 865c0a3ba0 update gitignore, pycache 2025-03-11 13:13:44 -07:00
Rohan Mehta 249d155082 more pycache 2025-03-11 11:25:30 -07:00
Rohan Mehta aaec57a426 Initial commit 2025-03-11 09:42:28 -07:00