v2.7.2
·
981 commits
to main
since this release
Release Notes
Assistants
New Features
- References and comparisons to now-hidden models from the Model Selector have been removed from other model descriptions. (784)
Threads
Resolved Issues
- Fixed: A File Search tool call creation stream may fail with error
'dict' object has no attribute 'model_dump'while streaming a run because the OpenAI API is currently returning a Dict instead of aToolCallclass instance. (785)
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update | Configuration Update |
|---|---|---|---|---|
| No | No | No | No | No |
Deployment Details
- N/A
Related PRs
- Update model descriptions in Model Selector by @ekassos in #784
- Patch: In
on_tool_call_created,tool_callis of typeDict, not the expected typeToolCallby @ekassos in #785
Full Changelog: 623-srv248-web147...625-srv250-web147