diff --git a/webapi/Extensions/SemanticKernelExtensions.cs b/webapi/Extensions/SemanticKernelExtensions.cs index f45959393..161e99383 100644 --- a/webapi/Extensions/SemanticKernelExtensions.cs +++ b/webapi/Extensions/SemanticKernelExtensions.cs @@ -76,7 +76,7 @@ public static WebApplicationBuilder AddSemanticKernelServices(this WebApplicatio // Add any additional setup needed for the kernel. // Uncomment the following line and pass in a custom hook for any complimentary setup of the kernel. - // builder.Services.AddKernelSetupHook(customHook); + builder.Services.AddKernelSetupHook(RegisterPluginsAsync); return builder; }