Feat: Prompt Test

- Se implementa el testeo de prompts en el panel de admin sin activación.
- Se realizan mejoras visuales en los controles.
This commit is contained in:
2025-12-05 13:12:02 -03:00
parent a87550b890
commit 5cef67a2bf
5 changed files with 370 additions and 83 deletions

View File

@@ -8,4 +8,5 @@ public class ChatRequest
public string? ContextUrl { get; set; }
public string? ConversationSummary { get; set; }
public List<string>? ShownArticles { get; set; }
public string? SystemPromptOverride { get; set; }
}