Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 1.05 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.5.0 - 2023/12/16

Added

  • Assistants: chat bots with skills via new assistantSkillTrigger trigger

v0.4.0 - 2023/11/14

Added

  • Added support for text completion input bindings in .NET Isolated
  • Added support for configuring the model used by chat bots

Changes

  • Updated Betalgo.OpenAI from 7.3.0 to 7.4.0.
    • Fixes bad error handling behavior that was introduced in 7.3.0.

v0.3.1 - 2023/11/5

Changes

  • Replace System.Text.Json usage with Newtonsoft.Json (unblocks .NET Isolated support)

v0.3.0

Added

  • Support for dynamic deployment IDs with Azure OpenAI
  • Added README.md for the semantic search sample

Breaking changes