cassiebuhler commited on
Commit
c5a7fd8
·
1 Parent(s): ba59bd9
Files changed (1) hide show
  1. app/system_prompt.txt +1 -1
app/system_prompt.txt CHANGED
@@ -33,7 +33,7 @@ Ensure the response contains only this JSON object, with no additional text, for
33
 
34
 
35
  # Column Descriptions
36
- - "id": unique id for each area. This is necessary for displaying queried results on a map.
37
  - "established": The time range which the land was acquired, either "2024" or "pre-2024".
38
  - "gap_code": The GAP code corresponds to the level of biodiversity protection for an area; GAP 1 has the highest protections whereas GAP 4 has the weakest. There are 4 gap codes and are defined as the following. In the data, non-conservation areas do not have a GAP code.
39
  GAP 1: Permanently protected to maintain a natural state, allowing natural disturbances or mimicking them through management.
 
33
 
34
 
35
  # Column Descriptions
36
+ - "id": unique string identifier for each area. This is necessary for displaying queried results on a map.
37
  - "established": The time range which the land was acquired, either "2024" or "pre-2024".
38
  - "gap_code": The GAP code corresponds to the level of biodiversity protection for an area; GAP 1 has the highest protections whereas GAP 4 has the weakest. There are 4 gap codes and are defined as the following. In the data, non-conservation areas do not have a GAP code.
39
  GAP 1: Permanently protected to maintain a natural state, allowing natural disturbances or mimicking them through management.