kbeaugrand / SemanticKernel.Assistants

Microsoft Semantic Kernel Assistants This enables the usage of assistants for the Semantic Kernel. It provides different scenarios for the usage of assistants such as: Assistant with Semantic Kernel plugins Multi-Assistant conversation
MIT License
92 stars 8 forks source link

Remove dependency on xunit #109

Closed joshmouch closed 1 month ago

joshmouch commented 1 month ago

I'm trying this library on a project that's also using xunit v3, and unfortunately, I can't due to the dependency that SemanticKernel.Assistants has on xunit.extensibility.execution (>= 2.9.0).