1
0
mirror of https://github.com/bitwarden/server synced 2025-12-06 00:03:34 +00:00

[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

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; }