google

fun google(apiKey: String, configure: KoogAgentsConfig.GoogleConfig.() -> Unit = {})(source)

Configures the Google client for the application.

Parameters

apiKey

The API key to authenticate with Google services.

configure

A lambda to customize the GoogleConfig settings such as base URL, timeouts, or HTTP client configuration.