using System; using System.Collections.Generic; using System.Text; namespace ChatGPT.Models; public class ConversationListResponse { public string Id { get; set; } public string Title { get; set; } }