7 Commits

Author SHA1 Message Date
Kazuhiro Sera b5944a42bd docs: improve example code details 2026-08-02 12:06: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 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
Kazuhiro Sera 8bc42640f8 Add runner script for examples and refresh sample outputs (#2289) 2026-01-10 17:08:00 +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
Jinseop Song fcafae1d50 Add reasoning content - fix on #494 (#871)
my personal update on
https://github.com/openai/openai-agents-python/pull/494

Key changes:
- Updated `ResponseReasoningItem` to use the correct structure with
`id`, `summary`, and `type="reasoning"` fields
- Fixed `ResponseReasoningSummaryPartAddedEvent` to include
`summary_index` parameter and use a dictionary for the `part` parameter
- Fixed `ResponseReasoningSummaryTextDeltaEvent` to include
`summary_index` parameter
- Updated `ResponseReasoningSummaryPartDoneEvent` to include
`summary_index` and use a dictionary for `part`
- Changed how the `Summary` object is accessed in tests (using `.text`
property instead of subscript notation)
- Updated `chatcmpl_converter.py` to use the `Summary` class instead of
a dictionary for better handlign


Fixes #494
2025-06-27 12:06:13 -04:00