Uses of Class
com.microsoft.semantickernel.hooks.KernelHooks.UnmodifiableKernelHooks
-
Packages that use KernelHooks.UnmodifiableKernelHooks Package Description com.microsoft.semantickernel.hooks com.microsoft.semantickernel.orchestration -
-
Uses of KernelHooks.UnmodifiableKernelHooks in com.microsoft.semantickernel.hooks
Methods in com.microsoft.semantickernel.hooks that return KernelHooks.UnmodifiableKernelHooks Modifier and Type Method Description KernelHooks.UnmodifiableKernelHooksKernelHooks. unmodifiableClone()Creates an unmodifiable copy of thisKernelHooks. -
Uses of KernelHooks.UnmodifiableKernelHooks in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return KernelHooks.UnmodifiableKernelHooks Modifier and Type Method Description KernelHooks.UnmodifiableKernelHooksInvocationContext. getKernelHooks()Get the hooks to use for the invocation.
-