Share via


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

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