CreateResponseRequest
constructor(model: String, input: Input? = null, metadata: Map<String, String>? = null, temperature: Double? = 1.0, topP: Double? = 1.0, user: String? = null, previousResponseId: String? = null, reasoning: Reasoning? = null, maxOutputTokens: Int? = null, instructions: String? = null, text: TextConfig? = null, tools: List<Tool>? = null, toolChoice: String? = null, truncation: Truncation? = Truncation.DISABLED, include: List<String>? = null, parallelToolCalls: Boolean? = true, store: Boolean? = true, stream: Boolean? = false)(source)