PanoEvJ commited on
Commit
d6d77d8
1 Parent(s): 7a329fe

restricting access

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -145,7 +145,9 @@ Jonathan Kuminga to any NBA player,
145
  Moses Moody to any NBA player,
146
  Brandin Podziemski to any NBA player,
147
  Cory Joseph to any NBA player,
148
- Dario Šarić to any NBA player]"""
 
 
149
  ),
150
  ]
151
  )
@@ -172,6 +174,7 @@ def main():
172
 
173
  description_emails = f"""\
174
  Use this tool to look up information about emails exchanged betweed players of the Golden State Warriors and any other NBA player.
 
175
  The vector database schema is given below:
176
  {info_emails_players.json()}
177
  """
 
145
  Moses Moody to any NBA player,
146
  Brandin Podziemski to any NBA player,
147
  Cory Joseph to any NBA player,
148
+ Dario Šarić to any NBA player]
149
+ Access a specific email only when you are the player that actually sent it.
150
+ """
151
  ),
152
  ]
153
  )
 
174
 
175
  description_emails = f"""\
176
  Use this tool to look up information about emails exchanged betweed players of the Golden State Warriors and any other NBA player.
177
+ Use this tool only when you are the player that actually sent the email.
178
  The vector database schema is given below:
179
  {info_emails_players.json()}
180
  """