mirror of
https://github.com/bitwarden/server
synced 2025-12-10 13:23:27 +00:00
[PM-24641] Remove prompt Id from onyx requests (#6183)
This commit is contained in:
@@ -14,9 +14,6 @@ public class OnyxAnswerWithCitationRequestModel
|
|||||||
[JsonPropertyName("persona_id")]
|
[JsonPropertyName("persona_id")]
|
||||||
public int PersonaId { get; set; } = 1;
|
public int PersonaId { get; set; } = 1;
|
||||||
|
|
||||||
[JsonPropertyName("prompt_id")]
|
|
||||||
public int PromptId { get; set; } = 1;
|
|
||||||
|
|
||||||
[JsonPropertyName("retrieval_options")]
|
[JsonPropertyName("retrieval_options")]
|
||||||
public RetrievalOptions RetrievalOptions { get; set; }
|
public RetrievalOptions RetrievalOptions { get; set; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user