Swapnil-101 commited on
Commit
2ed835b
·
verified ·
1 Parent(s): e702ced

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -157,8 +157,8 @@ def get_mentor():
157
  Stream: {user_stream}
158
  Mentor list= {mentors_data}
159
  Based on above details recommend the mentor that realtes to above details
160
- Note: Output should be list in below format:
161
- [mentor1,mentor2,mentor3,...]
162
  """
163
  formatted_prompt = format_prompt(prompt)
164
 
 
157
  Stream: {user_stream}
158
  Mentor list= {mentors_data}
159
  Based on above details recommend the mentor that realtes to above details
160
+ Note: Output should be list in below format with only name and corresponding id dont give other details ouput should be valid list:
161
+ [[mentor1id,mentor1name],[mentor2id,mentor2name],[mentor3id,mentor3name],...]
162
  """
163
  formatted_prompt = format_prompt(prompt)
164