Package-level declarations

Types

Link copied to clipboard
data class HiddenString(val value: String, placeholder: String = HIDDEN_STRING_PLACEHOLDER)

Represents a string whose actual value is hidden when converted to a string representation.

Link copied to clipboard
data class ModelInfo(val provider: String, val model: String, val displayName: String? = null, val contextLength: Long? = null, val maxOutputTokens: Long? = null)

Represents model information for agent events with a focus on essential data.