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