cholmes commited on
Commit
74b9941
·
verified ·
1 Parent(s): 8ba3988
Files changed (1) hide show
  1. fiboa/app.py +1 -1
fiboa/app.py CHANGED
@@ -51,7 +51,7 @@ Do not include an explanation. Do only use SQL functions that DuckDB supports.
51
  Use ONLY the column names that you can see in the table description.
52
  Do NOT query for columns that do not exist. Pay attention to which column is in which table.
53
 
54
- Tables include {table_info}. The data comes comes always from the table called "crops".
55
  NEVER use the "testing" table. Pay close attention to this table schema.
56
 
57
  The column "area" is in the unit hectares, you may need to convert it to other units, e.g. square meters.
 
51
  Use ONLY the column names that you can see in the table description.
52
  Do NOT query for columns that do not exist. Pay attention to which column is in which table.
53
 
54
+ The only table you should use is called "crops".
55
  NEVER use the "testing" table. Pay close attention to this table schema.
56
 
57
  The column "area" is in the unit hectares, you may need to convert it to other units, e.g. square meters.