GoogleAIPlatformAdapterBaseUrl Property

Gets or sets the base URL used for making requests to the Google AI Generative API. By default, this property is initialized to the URL specified in GoogleGenerativeAI. It serves as the foundational endpoint for constructing resource-specific URLs.

Definition

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

Property Value

String

See Also