Uses of Package
com.microsoft.semantickernel.hooks
-
Packages that use com.microsoft.semantickernel.hooks Package Description com.microsoft.semantickernel com.microsoft.semantickernel.hooks com.microsoft.semantickernel.orchestration -
Classes in com.microsoft.semantickernel.hooks used by com.microsoft.semantickernel Class Description KernelHooks Represents a collection of hooks that can be used to intercept and modify events in the kernel. -
Classes in com.microsoft.semantickernel.hooks used by com.microsoft.semantickernel.hooks Class Description FunctionInvokedEvent Represents a KernelHookEvent that is raised after a function is invoked.FunctionInvokingEvent Represents a KernelHookEvent that is raised before a function is invoked.KernelHook Represents a hook that can be used to intercept and modify arguments toKernelFunctions.KernelHookEvent A marker interface for events that can be intercepted by aKernelHook.KernelHooks Represents a collection of hooks that can be used to intercept and modify events in the kernel.KernelHooks.UnmodifiableKernelHooks A wrapper for KernelHooks that disables mutating methods.PreChatCompletionEvent Represents a KernelHookEvent that is raised before a chat completion is invoked.PromptRenderedEvent Represents a KernelHookEvent that is raised after a prompt is rendered.PromptRenderingEvent Represents a KernelHookEvent that is raised after a prompt is rendered. -
Classes in com.microsoft.semantickernel.hooks used by com.microsoft.semantickernel.orchestration Class Description KernelHook Represents a hook that can be used to intercept and modify arguments toKernelFunctions.KernelHooks Represents a collection of hooks that can be used to intercept and modify events in the kernel.KernelHooks.UnmodifiableKernelHooks A wrapper for KernelHooks that disables mutating methods.