Response

constructor(id: ResponseId, objectType: String? = null, createdAt: Long? = null, status: String? = null, error: OpenAIErrorDetails? = null, incompleteDetails: JsonObject? = null, instructions: String? = null, maxOutputTokens: Int? = null, model: ModelId? = null, output: List<ResponseOutputItem> = emptyList(), parallelToolCalls: Boolean? = null, previousResponseId: ResponseId? = null, reasoning: ResponseReasoning? = null, store: Boolean? = null, temperature: Double? = null, text: JsonObject? = null, toolChoice: JsonElement? = null, tools: JsonElement? = null, topP: Double? = null, truncation: String? = null, usage: ResponseUsage? = null, user: String? = null, metadata: Map<String, String>? = null, outputText: String? = null)