Commit 3e11f0a
committed
fix: Arraylake snippet now uses auto-detected query_type instead of hardcoded 'spatial'
The web UI snippet always showed group='spatial' because query_type was
removed from the tool schema but the default fallback was never updated.
Now uses _auto_detect_query_type() — same formula as the retrieval pipeline.1 parent 7619049 commit 3e11f0a
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
255 | 256 | | |
256 | 257 | | |
257 | 258 | | |
258 | | - | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
259 | 267 | | |
260 | 268 | | |
261 | 269 | | |
| |||
0 commit comments