how do I register Microsoft.SemanticKernel.Text Generation.ITextGenerationService? #11108
-
Hello. I am just starting out with Semantic Kernel and trying things out. I've implemented Native plugins in my sample project. And they are running fine. Now, I am trying to incorporate prompt plugins into my code but during execution of the prompt plugin, I get this error: Hoping for some guidance about this. I have my code set up this way: DI`
` Chat`
` Exception Handling Filter (from: https://devblogs.microsoft.com/semantic-kernel/filters-in-semantic-kernel/)`
` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
@rogerbarreto can you take a look at this one, it looks like:
|
Beta Was this translation helpful? Give feedback.
@anna-trivino Please take a look in the answer here.
TLDR;
Ensure when using
serviceId
identifiers withAddAzureOpenAIChatCompletion
to also provide theServiceId
in thePromptExecutionSettings
.i.e: