Add focus plans and stage-aware follow-up drafting
This commit is contained in:
@@ -75,6 +75,15 @@ export interface CandidateFit {
|
||||
recruiterMessageDraft?: string | null;
|
||||
}
|
||||
|
||||
export interface FocusPlanResponse {
|
||||
immediatePriorities: string[];
|
||||
cvBulletIdeas: string[];
|
||||
proofPointsToLeadWith: string[];
|
||||
coverLetterAngles: string[];
|
||||
followUpApproach: string[];
|
||||
strategicSummary: string;
|
||||
}
|
||||
|
||||
export interface InterviewPrepResponse {
|
||||
summary: string;
|
||||
talkingPoints: string[];
|
||||
|
||||
Reference in New Issue
Block a user