OpenAIResponsesParams

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, background: Boolean? = null, include: List<String>? = null, maxToolCalls: Int? = null, parallelToolCalls: Boolean? = null, reasoning: ReasoningConfig? = null, truncation: Truncation? = null, promptCacheKey: String? = null, safetyIdentifier: String? = null, serviceTier: ServiceTier? = null, store: Boolean? = null, logprobs: Boolean? = null, topLogprobs: Int? = null, topP: Double? = null)(source)