Releases: Uralstech/UAI.Abstraction
Releases · Uralstech/UAI.Abstraction
UAI.Abstraction v1.1.0 Preview 2
What's Changed?
- Fixed native tool fallback functions not being registered.
Full Changelog: v1.1.0-preview.1...v1.1.0-preview.2
UAI.Abstraction v1.1.0 Preview 1
What's Changed?
Breaking Changes
IModelClient.Chat
now acceptsIReadOnlyList<ITool>
instead ofIReadOnlyList<Function>
.
Added
- New
ITool
interface for all tools. - Support for native service tools (Web Search and Code Interpreter).
Changed
Function
now inheritsITool
.
Full Changelog: v1.0.1...v1.1.0-preview.1
UAI.Abstraction v1.0.1
UAI.Abstraction v1.0.0
Initial release!
Full Changelog: https://github.com/Uralstech/UAI.Abstraction/commits/v1.0.0