simpleOpenRouterExecutor
fun simpleOpenRouterExecutor(apiKey: String, httpClientFactory: KoogHttpClient.Factory): MultiLLMPromptExecutor(source)
Creates an instance of MultiLLMPromptExecutor with an OpenRouterLLMClient.
Parameters
apiKey
The API token used for authentication with the OpenRouter API.
httpClientFactory
Factory used to create the underlying HTTP client.
fun simpleOpenRouterExecutor(apiKey: String): ERROR CLASS: Symbol not found for MultiLLMPromptExecutor(source)
Convenience overload that constructs the underlying client via its JVM no-factory entry point (resolves the default ai.koog.http.client.KoogHttpClient.Factory at call time). JVM and Android only.