OpenAIChatParams

constructor(temperature: Double? = null, maxTokens: Int? = null, numberOfChoices: Int? = null, speculation: String? = null, schema: LLMParams.Schema? = null, toolChoice: LLMParams.ToolChoice? = null, user: String? = null, includeThoughts: Boolean? = null, thinkingBudget: Int? = null, additionalProperties: Map<String, JsonElement>? = null, frequencyPenalty: Double? = null, presencePenalty: Double? = null, parallelToolCalls: Boolean? = null, promptCacheKey: String? = null, safetyIdentifier: String? = null, serviceTier: ServiceTier? = null, store: Boolean? = null, audio: OpenAIAudioConfig? = null, logprobs: Boolean? = null, reasoningEffort: ReasoningEffort? = null, stop: List<String>? = null, topLogprobs: Int? = null, topP: Double? = null, webSearchOptions: OpenAIWebSearchOptions? = null)(source)