KernelHook.PostChatCompletionHook Interface
Implements
public static interface KernelHook.PostChatCompletionHook
extends KernelHook<PostChatCompletionEvent>
A hook that accepts PostChatCompletionEvent
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| default boolean | test(KernelHookEvent arguments) |
Method Details
test
public default boolean test(KernelHookEvent arguments)
Parameters: