Add attachment-aware AI drafting and CV section tools

This commit is contained in:
cesnimda
2026-03-23 22:17:03 +01:00
parent 8db620e45b
commit 0c8258e90f
7 changed files with 316 additions and 17 deletions
+2
View File
@@ -105,6 +105,8 @@ export interface ApplicationPackageResponse {
applicationAnswerDraft?: string | null;
recruiterMessageDraft?: string | null;
keyPoints: string[];
attachmentSignals: string[];
attachmentFilesUsed: string[];
}
export interface SaveApplicationDraftsRequest {