You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: samples/semantickernel-concepts/semantickernel-syntax-examples/src/main/java/com/microsoft/semantickernel/samples/syntaxexamples/Example69_MutableKernelPlugin.java
"Skipping class not allowed by class block list {}, if you wish to unblock this class update the property: {}",
642
-
className, CLASS_BLOCK_LIST_PROPERTY_NAME);
658
+
"Skipping class not allowed by class block list {}, if you wish to unblock this class update the property: {}. Filtering can also be controlled with {} and KernelPluginFactory.setTypeFilterEnable",
"Skipping class not allowed by class allow list {}, if you wish to allow this class update the property: {}",
664
-
className, CLASS_ALLOW_LIST_DEFAULT);
680
+
"Skipping class not allowed by class allow list {}, if you wish to allow this class update the property: {}. Filtering can also be controlled with {} and KernelPluginFactory.setTypeFilterEnable",
0 commit comments