KoogLlmClientProperties

Interface representing configuration properties for a Koog LLM Client.

This interface is intended to provide the necessary configuration required to set up a LLM Client. It includes options for enabling the client, specifying the base URL, and defining retry configurations.

Parameters

enabled

Indicates whether the LLM client is enabled.

baseUrl

Specifies the base URL for the LLM client.

retry

Defines the retry configuration for the LLM client using RetryConfigKoogProperties.

Inheritors

Properties

Link copied to clipboard
abstract val baseUrl: String
Link copied to clipboard
abstract val enabled: Boolean
Link copied to clipboard