ResponseRequest

constructor(model: ModelId, input: ResponseInput? = null, instructions: String? = null, maxOutputTokens: Int? = null, metadata: Map<String, String>? = null, parallelToolCalls: Boolean? = null, previousResponseId: ResponseId? = null, reasoning: ResponseReasoning? = null, store: Boolean? = null, temperature: Double? = null, text: ResponseText? = null, toolChoice: JsonElement? = null, tools: List<ResponseTool>? = null, topP: Double? = null, truncation: String? = null, user: String? = null)