v0.0.10
Key changes
- You can use
previous_response_id
from the OpenAI API: https://platform.openai.com/docs/api-reference/responses/create#responses-create-previous_response_id - You can set various extra settings in ModelSettings
What's Changed
- Add i18n support to the documents by @seratch in #460
- Update
computer-use
example to support simultaneous key presses by @KanchiShimono in #452 - docs: Make default model clear by @ftnext in #457
- examples(research_bot): Add space to INSTRUCTIONS by @ftnext in #439
- Adding scope and span_data doc strings by @dmitry-openai in #463
- add overwrite mechanism for stream_options by @Ddper in #465
- Improve translation pipeline details by @seratch in #475
- Add model_settings guide to models document page by @seratch in #484
- fix: ensure metadata is non-null in response handling by @LouisShark in #483
- Add extra request parameters
extra_query
andextra_body
by @DanieleMorotti in #500 - Fix typos and misspellings by @seratch in #486
- Add docs for customizng agent-as-tool by @rm-openai in #504
- Example for streaming guardrails by @rm-openai in #505
- Don't run tracing shutdown behavior if disabled by @rm-openai in #503
- Fix type annotations examples by @DanieleMorotti in #496
- Replace referencable_id with response_id by @rm-openai in #508
- Move dev-only deps to dev section by @rm-openai in #506
- Previous response id by @rm-openai in #509
- Evolve the doc translation workflow by using gpt-4.1 by @seratch in #507
- v0.0.10 by @rm-openai in #514
New Contributors
- @KanchiShimono made their first contribution in #452
- @ftnext made their first contribution in #457
- @LouisShark made their first contribution in #483
- @DanieleMorotti made their first contribution in #500
Full Changelog: v0.0.9...v0.0.10