From e670c8b60eeab15fb8487fcaf9ab8bed3364e270 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Sat, 17 Jan 2026 01:31:51 -0500 Subject: [PATCH] updated example prompt for generic fit --- README.md | 2 +- wwcompanion-extension/background.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fa5514..24e1dee 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Single-section fit assessment tuned for compact output without interview prep. ``` -You should evaluate for my fit to the job. No comparisons between postings and you don't need to suggest interview prep, we'll leave those for later. a bit of tuning to your answers: please keep things more compact, a single section for the evaluation is enough, you don't need to analyze every bullet point in the posting. +You should evaluate for my fit to the job. You don't need to suggest interview prep, we'll leave those for later. a bit of tuning to your answers: please keep things more compact, a single section for the evaluation is enough, you don't need to analyze every bullet point in the posting. ``` ### Example task prompt: Ratings Only diff --git a/wwcompanion-extension/background.js b/wwcompanion-extension/background.js index 6f734ae..fb8b610 100644 --- a/wwcompanion-extension/background.js +++ b/wwcompanion-extension/background.js @@ -3,7 +3,7 @@ const DEFAULT_TASKS = [ id: "task-generic-fit", name: "Generic Fit", text: - "You should evaluate for my fit to the job. No comparisons between postings and you don't need to suggest interview prep, we'll leave those for later. a bit of tuning to your answers: please keep things more compact, a single section for the evaluation is enough, you don't need to analyze every bullet point in the posting." + "You should evaluate for my fit to the job. You don't need to suggest interview prep, we'll leave those for later. a bit of tuning to your answers: please keep things more compact, a single section for the evaluation is enough, you don't need to analyze every bullet point in the posting." }, { id: "task-ratings-only",