Partager via


GeminiToolCallBehavior.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.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.

Applies to