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: schemas/semantic-search-packet.v1.schema.json
+40Lines changed: 40 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -144,6 +144,9 @@
144
144
"runtimeCost": {
145
145
"$ref": "#/$defs/runtimeCost"
146
146
},
147
+
"cache": {
148
+
"$ref": "#/$defs/cache"
149
+
},
147
150
"searchSynthesis": {
148
151
"$ref": "#/$defs/searchSynthesis"
149
152
},
@@ -1186,6 +1189,43 @@
1186
1189
}
1187
1190
}
1188
1191
},
1192
+
"cache": {
1193
+
"type": "object",
1194
+
"description": "Provider-owned cache invalidation facts for replay-safe search packets. Providers decide which workspace files affect the packet; clients only validate and compare these hashes.",
0 commit comments