Share via


ToolCallBehavior.EnableKernelFunctions Property

Definition

Gets an instance that will provide all of the Kernel's plugins' function information. Function call requests from the model will be propagated back to the caller.

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

Property Value

Remarks

If no Kernel is available, no function information will be provided to the model.

Applies to