v8.10.0
8.10.0
-
Added support for
Microsoft.Extensions.AI
IChatClient
andIEmbeddingGenerator
(more information will be coming soon to the Wiki). -
Added missing
Temperature
andTopP
parameters toAssistantResponse
. -
Added missing
Store
parameter toChatCompletionCreateRequest
. -
Breaking Changes:
⚠️ CreatedAt
parameter renamed toCreatedAtUnix
and converted tolong
instead ofint
. AddedCreatedAt
parameter asDateTimeOffset
type, which will automatically convert Unix time toDateTime
.
What's Changed
- Feat/add store prop to request by @itsmuntadhar in #664
- #657 add AssistantResponse missing props -> temperature, top_p by @jmuller3 in #658
- Feature/fixed created at type by @kayhantolga in #670
- Add implementations of Microsoft.Extensions.AI's IChatClient / IEmbeddingGenerator by @stephentoub in #659
- 8.10.0 by @kayhantolga in #672
New Contributors
- @itsmuntadhar made their first contribution in #664
- @jmuller3 made their first contribution in #658
- @stephentoub made their first contribution in #659
Full Changelog: v8.9.0...v8.10.0