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