Browse Source

PM-24509 remove limit field (#6169)

pull/6176/head
Vijay Oommen 4 months ago committed by GitHub
parent
commit
e61a5cc83a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      src/Billing/Models/OnyxAnswerWithCitationRequestModel.cs

3
src/Billing/Models/OnyxAnswerWithCitationRequestModel.cs

@ -45,9 +45,6 @@ public class RetrievalOptions @@ -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

Loading…
Cancel
Save