You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/public/openapi.json
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
"name": "Apache-2.0",
8
8
"identifier": "Apache-2.0"
9
9
},
10
-
"version": "1.9.1"
10
+
"version": "1.9.2"
11
11
},
12
12
"servers": [
13
13
{
@@ -4212,7 +4212,8 @@
4212
4212
"disabled",
4213
4213
"full",
4214
4214
"append",
4215
-
"changes"
4215
+
"changes",
4216
+
"caching"
4216
4217
]
4217
4218
},
4218
4219
"RefreshOverrides": {
@@ -4261,7 +4262,7 @@
4261
4262
"items": {
4262
4263
"type": "string"
4263
4264
},
4264
-
"description": "Names of datasets to sample from. If omitted, all datasets are used."
4265
+
"description": "Names of datasets to sample from when constructing model context; this is a sampling hint and does not restrict which tables queries can target. If omitted, all datasets are used."
0 commit comments