Share via


ToolCallBehavior.AutoInvokeKernelFunctions Property

Definition

Gets an instance that will both provide all of the Kernel's plugins' function information to the model and attempt to automatically handle any function call requests.

public static Microsoft.SemanticKernel.Connectors.OpenAI.ToolCallBehavior AutoInvokeKernelFunctions { get; }
static member AutoInvokeKernelFunctions : Microsoft.SemanticKernel.Connectors.OpenAI.ToolCallBehavior
Public Shared ReadOnly Property AutoInvokeKernelFunctions As ToolCallBehavior

Property Value

Remarks

When successful, tool call requests from the model become an implementation detail, with the service handling invoking any requested functions and supplying the results back to the model. If no Kernel is available, no function information will be provided to the model.

Applies to