Spaces:
Sleeping
Sleeping
Update career_conversations app
Browse files
app.py
CHANGED
|
@@ -135,8 +135,6 @@ Be professional and engaging, as if talking to a potential client or future empl
|
|
| 135 |
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. \
|
| 136 |
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. "
|
| 137 |
|
| 138 |
-
|
| 139 |
-
|
| 140 |
system_prompt += f"\n\n## Summary:\n{self.summary}\n\n## LinkedIn Profile:\n{self.linkedin}\n\n"
|
| 141 |
system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}."
|
| 142 |
return system_prompt
|
|
|
|
| 135 |
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. \
|
| 136 |
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. "
|
| 137 |
|
|
|
|
|
|
|
| 138 |
system_prompt += f"\n\n## Summary:\n{self.summary}\n\n## LinkedIn Profile:\n{self.linkedin}\n\n"
|
| 139 |
system_prompt += f"With this context, please chat with the user, always staying in character as {self.name}."
|
| 140 |
return system_prompt
|