Run

constructor(    id: RunId,     createdAt: Int,     threadId: ThreadId,     assistantId: AssistantId,     status: Status,     requiredAction: RequiredAction? = null,     lastError: LastError? = null,     expiresAt: Int? = null,     startedAt: Int? = null,     cancelledAt: Int? = null,     failedAt: Int? = null,     completedAt: Int? = null,     model: ModelId,     instructions: String? = null,     tools: List<AssistantTool>? = null,     fileIds: List<String>? = null,     metadata: Map<String, String>? = null,     usage: Usage? = null,     temperature: Double? = null,     topP: Double? = null,     maxPromptTokens: Int? = null,     maxCompletionTokens: Int? = null)