Spaces:
Runtime error
Runtime error
sql fix for game strategy
Browse files
app.py
CHANGED
@@ -248,10 +248,11 @@ def main():
|
|
248 |
query_engine=sql_query_engine, #
|
249 |
name='sql_nba_tool',
|
250 |
description=("""Useful for translating a natural language query into a SQL query over tables containing:
|
251 |
-
1. teams, containing information related to
|
252 |
2. players, containing information about the team that each player plays for
|
253 |
3. schedule, containing information related to the entire NBA game schedule
|
254 |
4. player_stats, containing information related to all NBA player stats
|
|
|
255 |
"""
|
256 |
),
|
257 |
)
|
|
|
248 |
query_engine=sql_query_engine, #
|
249 |
name='sql_nba_tool',
|
250 |
description=("""Useful for translating a natural language query into a SQL query over tables containing:
|
251 |
+
1. teams, containing general information related to NBA teams
|
252 |
2. players, containing information about the team that each player plays for
|
253 |
3. schedule, containing information related to the entire NBA game schedule
|
254 |
4. player_stats, containing information related to all NBA player stats
|
255 |
+
Do not use this tool for queries realated to emails or game strategy.
|
256 |
"""
|
257 |
),
|
258 |
)
|