GoogleConfig
GoogleConfig is a configuration class for setting up and customizing integrations with the Google Generative Language API. It allows for specifying an API key, configuring timeouts, and setting the base URL used for API requests.
Parameters
The API key required to authenticate requests to the Google Generative Language API.
Constructors
Properties
httpClient is an instance of HttpClient used for making HTTP requests to external services. This property is configurable and allows customization of the HTTP client settings, such as connection timeouts, headers, and other HTTP-specific configurations.
Represents the timeout configuration for network interactions with the Google API. This configuration includes parameters for setting the timeouts for request execution, connection establishment, and socket communication.