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