Releases: sashirestela/simple-openai
Releases · sashirestela/simple-openai
3.8.1
3.8.0
What's Changed
- Fix to handle functions with no properties in strict mode by @sashirestela in #178
- Support for improving File Search in Assistants API by @sashirestela in #184
Full Changelog: v3.7.0...v3.8.0
3.7.0
What's Changed
- Handle blank arguments on function call response by @onhachoe in #166
- Add support for Structured Outputs by @sashirestela in #175
New Contributors
Full Changelog: v3.6.0...v3.7.0
3.6.0
What's Changed
- added SchemaConverter interface for controlling Schema generation by @asafbennatan in #160
- Add support for Upload API by @sashirestela in #162
- Add support for Upload API by @sashirestela in #163
New Contributors
- @asafbennatan made their first contribution in #160
Full Changelog: v3.5.1...v3.6.0
3.5.1
What's Changed
- Fix for creating VectorStoreFile by @sashirestela in #156
Full Changelog: v3.5.0...v3.5.1
3.5.0
What's Changed
- Support for disabling parallel function calling by @sashirestela in #151
Full Changelog: v3.4.0...v3.5.0
3.4.0
What's Changed
- Support for File Search Customizations by @sashirestela in #148
Full Changelog: v3.3.0...v3.4.0
3.3.0
What's Changed
- Fix to reference Tool instead of AssistantTool by @sashirestela in #140
- Enable ToolFunctionDef instantiation (for custom function handlers) by @sashirestela in #141
- Auto select functions based on toolChoice object in FunctionExecutor by @sashirestela in #142
- Fix file path error on Windows by @sashirestela in #143
- Update Conversation examples by @sashirestela in #144
- Fix Javadoc by @sashirestela in #145
Full Changelog: v3.2.0...v3.3.0
3.2.0
What's Changed
- Support for image inputs to the Assistants API by @sashirestela in #127
- Fix minor issues by @sashirestela in #128
Full Changelog: v3.1.0...v3.2.0
3.1.0
What's Changed
- Support for the new
stream_options
feature by @sashirestela in #123
Full Changelog: v3.0.0...v3.1.0