Uses of Class
com.microsoft.semantickernel.orchestration.ToolCallBehavior
-
Packages that use ToolCallBehavior Package Description com.microsoft.semantickernel.orchestration -
-
Uses of ToolCallBehavior in com.microsoft.semantickernel.orchestration
Subclasses of ToolCallBehavior in com.microsoft.semantickernel.orchestration Modifier and Type Class Description static classToolCallBehavior.AllowedKernelFunctionsA set of allowed kernel functions.static classToolCallBehavior.RequiredKernelFunctionA required kernel function.Methods in com.microsoft.semantickernel.orchestration that return ToolCallBehavior Modifier and Type Method Description static ToolCallBehaviorToolCallBehavior. allowAllKernelFunctions(boolean autoInvoke)Allow all kernel functions.static ToolCallBehaviorToolCallBehavior. allowOnlyKernelFunctions(boolean autoInvoke, KernelFunction<?>... functions)Allow a set of kernel functions.static ToolCallBehaviorToolCallBehavior. allowOnlyKernelFunctions(boolean autoInvoke, List<KernelFunction<?>> functions)Allow a set of kernel functions.ToolCallBehaviorInvocationContext. getToolCallBehavior()Get the behavior for tool calls.static ToolCallBehaviorToolCallBehavior. requireKernelFunction(KernelFunction<?> function)Require a function.Methods in com.microsoft.semantickernel.orchestration with parameters of type ToolCallBehavior Modifier and Type Method Description FunctionInvocation<T>FunctionInvocation. withToolCallBehavior(ToolCallBehavior toolCallBehavior)Supply tool call behavior to the function invocation.InvocationContext.BuilderInvocationContext.Builder. withToolCallBehavior(ToolCallBehavior toolCallBehavior)Add tool call behavior to the builder.
-