Skip to content

v8.10.0

Compare
Choose a tag to compare
@kayhantolga kayhantolga released this 13 Nov 14:31
· 25 commits to master since this release
fd70702

8.10.0

  • Added support for Microsoft.Extensions.AI IChatClient and IEmbeddingGenerator (more information will be coming soon to the Wiki).

  • Added missing Temperature and TopP parameters to AssistantResponse.

  • Added missing Store parameter to ChatCompletionCreateRequest.

  • Breaking Changes:

    • ⚠️ CreatedAt parameter renamed to CreatedAtUnix and converted to long instead of int. Added CreatedAt parameter as DateTimeOffset type, which will automatically convert Unix time to DateTime.

What's Changed

New Contributors

Full Changelog: v8.9.0...v8.10.0