Skip to content

v2.7.2

Choose a tag to compare

@ekassos ekassos released this 03 Mar 23:20
· 981 commits to main since this release
3b7cabf

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 a ToolCall class 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_call is of type Dict, not the expected type ToolCall by @ekassos in #785

Full Changelog: 623-srv248-web147...625-srv250-web147