Assistant

constructor(    id: AssistantId,     createdAt: Long,     name: String? = null,     description: String? = null,     model: ModelId,     instructions: String? = null,     tools: List<AssistantTool>,     toolResources: ToolResources? = null,     metadata: Map<String, String>,     temperature: Double? = null,     topP: Double? = null,     responseFormat: AssistantResponseFormat? = null)