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