Package-level declarations

Types

Link copied to clipboard
@Serializable
data class LLMParams(val temperature: Double? = null, val speculation: String? = null, val schema: LLMParams.Schema? = null, val toolChoice: LLMParams.ToolChoice? = null)

Represents configuration parameters for controlling the behavior of a language model.