PanoEvJ commited on
Commit
746f88a
·
1 Parent(s): e29de84

another fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -230,7 +230,7 @@ info_strategy = VectorStoreInfo(
230
  type="str",
231
  description="""
232
  Game strategy for NBA games against one of [Phoenix Suns, Lakers, Nuggets, Milwaukee Buck, Brooklyn Nets].
233
- This information can only if you are the coach of the team, Steve Kerr.
234
  """
235
  ),
236
  ]
 
230
  type="str",
231
  description="""
232
  Game strategy for NBA games against one of [Phoenix Suns, Lakers, Nuggets, Milwaukee Buck, Brooklyn Nets].
233
+ Use this information only if you are the coach of the team, Steve Kerr.
234
  """
235
  ),
236
  ]