[PM-24641] Remove prompt Id from onyx requests (#6183)

This commit is contained in:
Vijay Oommen 2025-08-11 12:08:56 -05:00 committed by GitHub
parent e042572cfb
commit 5b67abba31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,9 +14,6 @@ public class OnyxAnswerWithCitationRequestModel
[JsonPropertyName("persona_id")]
public int PersonaId { get; set; } = 1;
[JsonPropertyName("prompt_id")]
public int PromptId { get; set; } = 1;
[JsonPropertyName("retrieval_options")]
public RetrievalOptions RetrievalOptions { get; set; }