From e61a5cc83ae5206cae1a1012cc7e81924dd2ec25 Mon Sep 17 00:00:00 2001 From: Vijay Oommen Date: Wed, 6 Aug 2025 14:59:53 -0500 Subject: [PATCH] PM-24509 remove limit field (#6169) --- src/Billing/Models/OnyxAnswerWithCitationRequestModel.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Billing/Models/OnyxAnswerWithCitationRequestModel.cs b/src/Billing/Models/OnyxAnswerWithCitationRequestModel.cs index 65cb2a9fca..b93bcac7dc 100644 --- a/src/Billing/Models/OnyxAnswerWithCitationRequestModel.cs +++ b/src/Billing/Models/OnyxAnswerWithCitationRequestModel.cs @@ -45,9 +45,6 @@ public class RetrievalOptions [JsonPropertyName("real_time")] public bool RealTime { get; set; } = true; - - [JsonPropertyName("limit")] - public int? Limit { get; set; } = 3; } public class RetrievalOptionsRunSearch