Implement S03 follow-up draft context loop
This commit is contained in:
@@ -99,6 +99,18 @@ export interface ReadinessResponse {
|
||||
reminders: string[];
|
||||
}
|
||||
|
||||
export interface FollowUpDraft {
|
||||
subject: string;
|
||||
body: string;
|
||||
reason: string;
|
||||
suggestedSendOn: string;
|
||||
contextSummary: string;
|
||||
contextSignals: string[];
|
||||
threadSubject?: string | null;
|
||||
lastCorrespondenceFrom?: string | null;
|
||||
lastCorrespondenceAt?: string | null;
|
||||
}
|
||||
|
||||
export interface ApplicationPackageResponse {
|
||||
tailoredCvText: string;
|
||||
coverLetterDraft?: string | null;
|
||||
|
||||
Reference in New Issue
Block a user