PREFIX

const val PREFIX: String(source)

Prefix constant used for configuration properties in the Koog framework.

This value defines the root prefix under which all Koog-related configuration properties should be declared in the application's configuration files. It serves as a namespace to avoid conflicts with other configuration keys.

Example usage within application properties:

  • "ai.koog.google.api-key" for Google client configuration

  • "ai.koog.openai.api-key" for OpenAI client configuration