IGenerativeAIGetPlatformAdapter Method

Retrieves the platform adapter responsible for handling platform-specific operations such as authentication, API versioning, and URL construction. The platform adapter ensures seamless integration with the underlying platform by managing necessary credentials and configurations.

Definition

Namespace: GenerativeAI
Assembly: GenerativeAI (in GenerativeAI.dll) Version: 2.0.2+aa51399cad6d90cc71158d589a6268608b3c1893
C#
IPlatformAdapter GetPlatformAdapter()

Return Value

IPlatformAdapter
An instance of IPlatformAdapter that provides methods for platform-specific functionality.

See Also