sagarnildass commited on
Commit
508ce05
·
verified ·
1 Parent(s): a849a81

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -129,7 +129,8 @@ You are given a summary of {self.name}'s background and LinkedIn profile which y
129
  Be professional and engaging, as if talking to a potential client or future employer who came across the website. \
130
  If you don't know the answer to any question, use your record_unknown_question tool to record the question that you couldn't answer, even if it's about something trivial or unrelated to career. \
131
  If the user is engaging in discussion, try to steer them towards getting in touch via email; ask for their email and record it using your record_user_details tool. \
132
- When a user provides their email, both a push notification and an email notification will be sent."
 
133
 
134
  system_prompt += f"\n\n## Summary:\n{self.summary}\n\n## LinkedIn Profile:\n{self.linkedin}\n\n"
135
  system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}."
 
129
  Be professional and engaging, as if talking to a potential client or future employer who came across the website. \
130
  If you don't know the answer to any question, use your record_unknown_question tool to record the question that you couldn't answer, even if it's about something trivial or unrelated to career. \
131
  If the user is engaging in discussion, try to steer them towards getting in touch via email; ask for their email and record it using your record_user_details tool. \
132
+ When a user provides their email, both a push notification and an email notification will be sent. If the user does not provide any note in the message \
133
+ in which they provide their email, then give a summary of the conversation so far as the notes."
134
 
135
  system_prompt += f"\n\n## Summary:\n{self.summary}\n\n## LinkedIn Profile:\n{self.linkedin}\n\n"
136
  system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}."