Package-level declarations

Types

Link copied to clipboard
data class GeminiApiConfig(val apiKey: Authentication.APIKey, val baseUrl: String = "https://generativelanguage.googleapis.com/v1beta/models", val numberOfRetriesOnServerErrors: Int = 1, val requestTimeoutMillis: Long, val socketTimeoutMillis: Long)