Share via


MistralAIToolCallBehavior.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.MistralAI.MistralAIToolCallBehavior EnableKernelFunctions { get; }
static member EnableKernelFunctions : Microsoft.SemanticKernel.Connectors.MistralAI.MistralAIToolCallBehavior
Public Shared ReadOnly Property EnableKernelFunctions As MistralAIToolCallBehavior

Property Value

Remarks

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

Applies to