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.
Properties
Link copied to clipboard
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.
Link copied to clipboard
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.