Extend CV classifier contract and provenance UI

This commit is contained in:
2026-04-01 11:06:55 +02:00
parent b283f8b9d2
commit f402213526
7 changed files with 49 additions and 17 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ public sealed record CvBlockClassificationResult(
string? Location,
string? Start,
string? End,
List<string>? Bullets);
List<string>? Bullets,
List<string>? Summary,
List<string>? Skills);
public interface ICvAiClassifier
{