Uses of Class
com.microsoft.semantickernel.orchestration.FunctionInvocation
-
Packages that use FunctionInvocation Package Description com.microsoft.semantickernel com.microsoft.semantickernel.orchestration com.microsoft.semantickernel.semanticfunctions -
-
Uses of FunctionInvocation in com.microsoft.semantickernel
Methods in com.microsoft.semantickernel that return FunctionInvocation Modifier and Type Method Description <T> FunctionInvocation<T>Kernel. invokeAsync(KernelFunction<T> function)Invokes aKernelFunction.<T> FunctionInvocation<T>Kernel. invokeAsync(String pluginName, String functionName)Invokes aKernelFunctionfunction by name. -
Uses of FunctionInvocation in com.microsoft.semantickernel.orchestration
Methods in com.microsoft.semantickernel.orchestration that return FunctionInvocation Modifier and Type Method Description FunctionInvocation<T>FunctionInvocation. addKernelHook(KernelHook<?> hook)Add a kernel hook to the function invocation.FunctionInvocation<T>FunctionInvocation. addKernelHooks(KernelHooks hooks)Add kernel hooks to the function invocation.FunctionInvocation<T>FunctionInvocation. withArguments(KernelFunctionArguments arguments)Supply arguments to the function invocation.FunctionInvocation<T>FunctionInvocation. withInvocationContext(InvocationContext invocationContext)Use an invocation context variable to supply the types, tool call behavior, prompt execution settings, and kernel hooks to the function invocation.FunctionInvocation<T>FunctionInvocation. withPromptExecutionSettings(PromptExecutionSettings promptExecutionSettings)Supply prompt execution settings to the function invocation.<U> FunctionInvocation<U>FunctionInvocation. withResultType(ContextVariableType<U> resultType)Supply the result type of function invocation.FunctionInvocation<T>FunctionInvocation. withToolCallBehavior(ToolCallBehavior toolCallBehavior)Supply tool call behavior to the function invocation.FunctionInvocation<T>FunctionInvocation. withTypeConverter(ContextVariableTypeConverter<?> typeConverter)Supply a type converter to the function invocation.FunctionInvocation<T>FunctionInvocation. withTypes(ContextVariableTypes contextVariableTypes)Supply a context variable type to the function invocation. -
Uses of FunctionInvocation in com.microsoft.semantickernel.semanticfunctions
Methods in com.microsoft.semantickernel.semanticfunctions that return FunctionInvocation Modifier and Type Method Description FunctionInvocation<T>KernelFunction. invokeAsync(Kernel kernel)Invokes this KernelFunction.
-