Package-level declarations

Types

Link copied to clipboard
open class LLMParams(val temperature: Double? = null, val maxTokens: Int? = null, val numberOfChoices: Int? = null, val speculation: String? = null, val schema: LLMParams.Schema? = null, val toolChoice: LLMParams.ToolChoice? = null, val user: String? = null, val includeThoughts: Boolean? = null, val thinkingBudget: Int? = null)

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