Skip to content

Releases: mehrandvd/skunit

v0.34-beta

26 Nov 23:13
Compare
Choose a tag to compare
Refactor to adopt Microsoft.Extensions.AI. #1 #2 #8

Refactored SemanticTestBase to use ScenarioAssert and IChatClient. Updated KernelChatTests to use ScenarioAssert. Removed obsolete test classes and methods, including FunctionTests and KernelTests. Deleted config.json, sktest.md, and skprompt.txt files. Updated skUnit.Tests.csproj to remove references to deleted files and scenarios. Updated ScenarioAssert_Initialize.cs and SemanticAssert.cs to use IChatClient. Removed PocomoPlugin.cs and related configurations. Updated skUnit.csproj to target .NET 8.0 and updated package references. Added new ChatClientTests class in ChatClientTests.cs. Introduced new methods in ScenarioAssert for chat scenario validation.

v0.33-beta

20 Oct 17:21
Compare
Choose a tag to compare
v0.33-beta Pre-release
Pre-release
Add init chat history.

v0.32-beta

15 Sep 23:53
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/mehrandvd/skunit

v0.31-beta

14 Sep 22:13
Compare
Choose a tag to compare
Decouple tests from kernels.

v0.30-beta

14 Sep 11:08
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/mehrandvd/skunit

v0.29-beta

04 Jan 09:49
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/mehrandvd/skunit

v0.28-beta

02 Jan 23:19
Compare
Choose a tag to compare
Add parameter forwarding to CALL

v0.27-beta

02 Jan 22:16
Compare
Choose a tag to compare
Fix the output for assistant.

v0.26-beta

02 Jan 21:59
Compare
Choose a tag to compare
Add function call support for user messages.

v0.25-beta

30 Dec 11:22
Compare
Choose a tag to compare
Add Function CALL