MistralAIParams
constructor(temperature: Double? = null, maxTokens: Int? = null, numberOfChoices: Int? = null, speculation: String? = null, schema: LLMParams.Schema? = null, toolChoice: LLMParams.ToolChoice? = null, user: String? = null, additionalProperties: Map<String, JsonElement>? = null, topP: Double? = null, stop: List<String>? = null, randomSeed: Int? = null, presencePenalty: Double? = null, frequencyPenalty: Double? = null, parallelToolCalls: Boolean? = null, promptMode: String? = null, safePrompt: Boolean? = null)(source)