Partager via


MistralAIToolCallBehavior.NoKernelFunctions Property

Definition

Gets an instance that will both provide all of the Kernel's plugins' function information to the model but not any function call requests.

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