返回全部动态
OpenAI Agents JS SDK v0.14.0 发布:程序化工具调用与安全增强
原标题:v0.14.0
AI 摘要
OpenAI Agents JavaScript SDK 发布 v0.14.0 版本,新增程序化工具调用支持,允许模型生成托管 JavaScript 来协调工具并减少中间结果。默认禁用敏感模型和工具数据日志,并默认启用任务和回合追踪。取消信号现在传播到函数和 MCP 工具,同时支持 AI SDK 7 和 Vercel S3 桶挂载。
以上摘要由 AI 生成,可能存在误差。事实请以原文为准。
正文节选
## Key Changes ### Programmatic Tool Calling support The SDK now supports [Programmatic Tool Calling](https://developers.openai.com/api/docs/guides/tools-programmatic-tool-calling), allowing supported models to generate hosted JavaScript that coordinates eligible tools and reduces their intermediate results. Program calls are preserved across streaming, sessions, replay, and serialized `RunState`. Refer to [a simple example](https://github.com/openai/openai-agents-js/blob/main/examples/too
发布时间:2026-07-28 11:12
抓取时间:2026-08-02 00:23
来源机构:OpenAI