Package-level declarations
Types
Link copied to clipboard
data class LLMParams(val temperature: Double? = null, val numberOfChoices: Int? = null, val speculation: String? = null, val schema: LLMParams.Schema? = null, val toolChoice: LLMParams.ToolChoice? = null, val user: String? = null)
Represents configuration parameters for controlling the behavior of a language model.