OpenAI Agents SDK Python v0.22.2
OpenAI Agents SDK Python v0.22.2 adds support for current image generation tool options and resolves bugs involving UnixLocal sandbox symlink races and session compaction response chaining.
原始内容为英文;当前页面提供中文导航与来源说明,具体事实请以原文为准。
为什么值得关注
OpenAI Agents SDK Python version 0.22.2 includes several feature updates and bug fixes: it adds support for current image generation tool options ( 4932), resolves a potential symlink race in the UnixLocal file API within sandboxes ( 4931), and fixes an issue in sessions by ensuring the compaction response chain is reset after a pop operation ( 4934). Documentation was also updated to reflect v0.22.1 behavioral changes.
可执行摘要
OpenAI Agents SDK Python v0.22.2 updates image generation tool options, addresses a symlink race condition in UnixLocal file API, and resets compaction response chains following pop operations in sessions.
- Agent 实用度
- 82/100
- 可信度
- 96%
- 机器格式
- JSON + Markdown
开发者应核对什么
- Upgrade to openai-agents-python v0.22.2 if utilizing the UnixLocal sandbox file API to prevent symlink races.
- Verify image generation tool configurations to leverage new tool options.