@Staisha Neville According to this issue, IKernel
has been removed in the latest release. You would just have to use Kernel
directly.
error CS0246: The type or namespace name 'IKernel' could not be found
Staisha Neville
30
Reputation points
I just update the Microsoft Semantic Kernel package (Microsoft.SemanticKernel) that my project is using to version 1.2.0, and now I am getting this error:
error CS0246: The type or namespace name 'IKernel' could not be found (are you missing a using directive or an assembly reference?)
Here are the relevant code snippets:
Is there something I could use in place of IKernel?
Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
4,088 questions
1 answer
Sort by: Most helpful
-
Pramod Valavala 20,656 Reputation points Microsoft Employee Moderator
2024-01-30T21:12:36.7033333+00:00