Response

constructor(metadata: Map<String, String>?, temperature: Double? = 1.0, topP: Double? = 1.0, model: String, instructions: String?, tools: List<Tool> = emptyList(), toolChoice: String = "auto", id: String, objectType: String = "response", createdAt: Long, output: List<OutputMessage>, parallelToolCalls: Boolean = true, user: String? = null, previousResponseId: String? = null, reasoning: Reasoning? = null, maxOutputTokens: Int? = null, truncation: Truncation? = Truncation.DISABLED, status: Response.Status? = null, outputText: String? = null, text: TextConfig? = null, store: Boolean? = null, incompleteDetails: IncompleteDetails? = null, usage: Usage, error: ResponseError? = null)(source)