mirror of
https://github.com/bitwarden/server.git
synced 2025-12-10 00:42:07 -06:00
[PM-24641] Remove prompt Id from onyx requests (#6183)
This commit is contained in:
parent
e042572cfb
commit
5b67abba31
@ -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; }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user