Feat: Principio Memoria de Hilo Conversacional

This commit is contained in:
2025-11-21 10:21:34 -03:00
parent 37b97eeb97
commit 1a46f15ec1
3 changed files with 135 additions and 26 deletions

View File

@@ -6,4 +6,5 @@ public class ChatRequest
[MaxLength(200)]
public required string Message { get; set; }
public string? ContextUrl { get; set; }
public string? ConversationSummary { get; set; }
}