Package-level declarations
Types
ConnectionTimeoutConfig is a configuration class for specifying timeout values for network connections in milliseconds. It includes configurable timeouts for requests, connection establishment, and socket operations.
Marks APIs as internal to the koog library's LLM clients and not intended for public use.
Extension of the LLMClient interface which includes functionality for generating text embeddings in addition to executing prompts and streaming outputs.
Interface defining and managing configurations or metadata for supported Large Language Models (LLMs). This serves as a contract for providing LLM-specific definitions, capabilities, and configurations that are needed during interactions with LLM providers. Typically, implementations of this interface represent contextual information about various LLMs.