GenAIPlatform Property

Gets the underlying platform adapter instance utilized by the GoogleAi class. This property provides essential platform-specific functionality, such as URL generation, authorization handling, and API versioning, enabling seamless communication with Google's generative AI services.

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
protected IPlatformAdapter Platform { get; }

Property Value

IPlatformAdapter

See Also