MistralAIToolCallBehavior.NoKernelFunctions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.