כתבה
OpenAI Agents (js) ·
עדכון v0.14.0: תמיכה בקריאה פרוגרמטית לכלים
v0.14.0
עדכון v0.14.0 ל-OpenAI Agents כולל תמיכה בקריאה פרוגרמטית לכלים, הרחבת תמיכה במודלים ושיפורים נוספים. העדכון כולל גם תמיכה ב-AI SDK 7 ו-Vercel S3 bucket mounts.
תקציר מקורי באנגלית<h2>Key Changes</h2> <h3>Programmatic Tool Calling support</h3> <p>The SDK now supports <a href="https://developers.openai.com/api/docs/guides/tools-programmatic-tool-calling" rel="nofollow">Programmatic Tool Calling</a>, 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 <code>RunState</code>. Refer to <a href="https://github.com/openai/openai-agents-js/blob/main/examples/tools/programmatic-tool-calling.ts">a simple example</a> to see how it works.</p> <h3>Sensitive model and tool data logging is now disabled by default</h3> <p>Model and tool data is no longer logged unless explicitly enabled. Use <code>setSensitiveDataLoggingEnabled(t
קרא במקור המקורי
github.com
פתח כתבה מקורית