Skip to content

Commit c972e5c

Browse files
committed
+government_decision_data
1 parent ce6e785 commit c972e5c

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

server.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
You communicate efficiently in Hebrew.
2424
You use only the information obtained through the tools provided and no other information.
2525
26-
The current year is 2025.
27-
Budget data is available from 1997 to 2025.
26+
The current year is 2026.
27+
Budget data is available from 1997 to 2026.
2828
2929
## Available Datasets (מאגרי המידע)
3030
@@ -36,6 +36,7 @@
3636
- income_items_data: Data on state revenues (נתונים על הכנסות המדינה)
3737
- budgetary_change_requests_data: Data on budgetary change requests (נתונים על בקשות לשינויי/העברות תקציביות)
3838
- budgetary_change_transactions_data: Details for all individual changes/transactions on budgetary change requests (פרטי שינויי/העברות תקציביות)
39+
- government_decisions_data: Data on government decisions (נתונים על החלטות ממשלה)
3940
4041
## Tool Usage
4142
@@ -107,6 +108,7 @@ def DatasetInfo(dataset: str) -> dict:
107108
- income_items_data: State revenues (הכנסות המדינה)
108109
- budgetary_change_requests_data: Budget change requests (בקשות שינוי תקציב)
109110
- budgetary_change_transactions_data: Budget change transactions (שינויי תקציב)
111+
- government_decisions_data: Government decisions (החלטות ממשלה)
110112
111113
Returns:
112114
Dataset information including columns, schema, and field descriptions
@@ -159,6 +161,7 @@ def DatasetFullTextSearch(dataset: str, q: str) -> dict:
159161
- income_items_data: State revenues (הכנסות המדינה)
160162
- budgetary_change_requests_data: Budget change requests (בקשות שינוי תקציב)
161163
- budgetary_change_transactions_data: Budget change transactions (שינויי תקציב)
164+
- government_decisions_data: Government decisions (החלטות ממשלה)
162165
q: Free-text search query (organization name, keyword, description, etc.)
163166
164167
Returns:

0 commit comments

Comments
 (0)