Uses of Class
com.microsoft.semantickernel.hooks.PromptRenderingEvent
-
Packages that use PromptRenderingEvent Package Description com.microsoft.semantickernel.hooks -
-
Uses of PromptRenderingEvent in com.microsoft.semantickernel.hooks
Method parameters in com.microsoft.semantickernel.hooks with type arguments of type PromptRenderingEvent Modifier and Type Method Description StringKernelHooks. addPromptRenderingHook(Function<PromptRenderingEvent,PromptRenderingEvent> function)Add aKernelHook.PromptRenderingHookto the collection of hooks.StringKernelHooks. addPromptRenderingHook(Function<PromptRenderingEvent,PromptRenderingEvent> function)Add aKernelHook.PromptRenderingHookto the collection of hooks.StringKernelHooks.UnmodifiableKernelHooks. addPromptRenderingHook(Function<PromptRenderingEvent,PromptRenderingEvent> function)StringKernelHooks.UnmodifiableKernelHooks. addPromptRenderingHook(Function<PromptRenderingEvent,PromptRenderingEvent> function)
-