Skip to content

Instantly share code, notes, and snippets.

@aialenti
Last active June 28, 2023 13:24
Show Gist options
  • Save aialenti/899a6df8f4501030da1fd817a8802fc2 to your computer and use it in GitHub Desktop.
Save aialenti/899a6df8f4501030da1fd817a8802fc2 to your computer and use it in GitHub Desktop.
RESPONNSE_PERSONA = "software engineer"
INQUIRY_PERSONA = "experienced career advisor"
TASK = f"""want to ask for a raise. It has been 5 years since my last raise,
and I believe I proved to be able to maintain a good performance.
I just put down the deposit for a new house, so I really need the money;
I do not want to change my current company, so even if my
manager can't give me a raise, I am not going to resign anyway."""
QUESTIONS = 10
INQUIRY_PERSONA_first = INQUIRY_PERSONA_starting_template.format(INQUIRY_PERSONA=INQUIRY_PERSONA,
TASK=TASK, QUESTIONS=QUESTIONS)
RESPONNSE_PERSONA_first = RESPONNSE_PERSONA_starting_template.format(RESPONNSE_PERSONA=RESPONNSE_PERSONA,
TASK=TASK, INQUIRY_PERSONA=INQUIRY_PERSONA)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment