Swapnil-101 commited on
Commit
1df83c8
·
verified ·
1 Parent(s): a31113d

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -161,7 +161,7 @@ def get_mentor():
161
  Based on the provided details, recommend the mentors that relate to the student's stream. Dont choose mentor outside mentors list
162
 
163
  Note: The output should be a valid list in the following format, containing only the mentor's ID and name from attached mentor list. Dont give unnecessary explanations or additional details:
164
- [[mentor1_id, mentor1_name], [mentor2_id, mentor2_name], [mentor3_id, mentor3_name], ...]
165
 
166
  """
167
  formatted_prompt = format_prompt(prompt)
 
161
  Based on the provided details, recommend the mentors that relate to the student's stream. Dont choose mentor outside mentors list
162
 
163
  Note: The output should be a valid list in the following format, containing only the mentor's ID and name from attached mentor list. Dont give unnecessary explanations or additional details:
164
+ [ mentor1_name, mentor2_name, mentor3_name, ...]
165
 
166
  """
167
  formatted_prompt = format_prompt(prompt)