Uses of Class
com.microsoft.semantickernel.hooks.KernelHooks
-
Packages that use KernelHooks Package Description com.microsoft.semantickernel com.microsoft.semantickernel.hooks com.microsoft.semantickernel.orchestration -
-
Uses of KernelHooks in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return KernelHooks Modifier and Type Method Description KernelHooksKernel. getGlobalKernelHooks()Get theKernelHooksused throughout the kernel.Constructors in com.microsoft.semantickernel with parameters of type KernelHooks Constructor Description Kernel(AIServiceCollection services, Function<AIServiceCollection,AIServiceSelector> serviceSelectorProvider, List<KernelPlugin> plugins, KernelHooks globalKernelHooks)Initializes a new instance ofKernel. -
Uses of KernelHooks in com.microsoft.semantickernel.hooks
Subclasses of KernelHooks in com.microsoft.semantickernel.hooks Modifier and Type Class Description static classKernelHooks.UnmodifiableKernelHooksA wrapper for KernelHooks that disables mutating methods.Methods in com.microsoft.semantickernel.hooks that return KernelHooks Modifier and Type Method Description KernelHooksKernelHooks. addHooks(KernelHooks kernelHooks)Appends the given hooks to this collection.KernelHooksKernelHooks.UnmodifiableKernelHooks. addHooks(KernelHooks kernelHooks)Methods in com.microsoft.semantickernel.hooks with parameters of type KernelHooks Modifier and Type Method Description KernelHooksKernelHooks. addHooks(KernelHooks kernelHooks)Appends the given hooks to this collection.KernelHooksKernelHooks.UnmodifiableKernelHooks. addHooks(KernelHooks kernelHooks)Constructors in com.microsoft.semantickernel.hooks with parameters of type KernelHooks Constructor Description KernelHooks(KernelHooks kernelHooks)Creates a copy of theKernelHooks. -
Uses of KernelHooks in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration with parameters of type KernelHooks Modifier and Type Method Description FunctionInvocation<T>FunctionInvocation. addKernelHooks(KernelHooks hooks)Add kernel hooks to the function invocation.InvocationContext.BuilderInvocationContext.Builder. withKernelHooks(KernelHooks hooks)Add kernel hooks to the builder.
-