GoogleAi Constructor

Overload List

GoogleAi(IPlatformAdapter, HttpClient, ILogger) Represents a specific implementation of the GenAI base class designed for Google's AI platform. Offers functionality to interact with Google's generative AI and machine learning models. Provides support for initialization with various parameters such as API keys, access tokens, HTTP client, and logging.
GoogleAi(String, String, HttpClient, ILogger) Implements a client adapter for Google's AI platform to facilitate integration with its generative AI services. Provides configuration and methods for managing credentials, setting API versions, creating task URLs, and authorizing requests for secure access to Google's AI APIs.

See Also