GenerativeModelUseGoogleSearch Property

Specifies whether the Google Search integration is enabled. This feature allows utilizing the Google Search Tool within the generative model for enhanced search and retrieval capabilities.

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
public bool UseGoogleSearch { get; set; }

Property Value

Boolean

Implements

IGenerativeModelUseGoogleSearch

Remarks

Enabling this property incorporates Google Search as a tool for the generative model, providing dynamic search support based on the requested content needs.

See Also