Releases: mehrandvd/skunit
Releases · mehrandvd/skunit
v0.34-beta
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
Add init chat history.
v0.32-beta
Merge branch 'main' of https://github.com/mehrandvd/skunit
v0.31-beta
Decouple tests from kernels.
v0.30-beta
Merge branch 'main' of https://github.com/mehrandvd/skunit
v0.29-beta
Merge branch 'main' of https://github.com/mehrandvd/skunit
v0.28-beta
Add parameter forwarding to CALL
v0.27-beta
Fix the output for assistant.
v0.26-beta
Add function call support for user messages.
v0.25-beta
Add Function CALL