GeminiToolCallBehavior.EnableKernelFunctions 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 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.Google.GeminiToolCallBehavior EnableKernelFunctions { get; }
static member EnableKernelFunctions : Microsoft.SemanticKernel.Connectors.Google.GeminiToolCallBehavior
Public Shared ReadOnly Property EnableKernelFunctions As GeminiToolCallBehavior
Property Value
Remarks
If no Kernel is available, no function information will be provided to the model.