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)
(cherry picked from commit 5b67abba31)
This commit is contained in:
committed by
Conner Turnbull
parent
3b23f45cba
commit
776f959813
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user