using System.Text.Json.Serialization; namespace Luna.Providers.Mistral.DTOs; public class ResponseFormat { [JsonPropertyName("type")] public required string Type { get; set; } }