Commit e581683
committed
fix(client,demo): align type annotations and query_facts param guard
- create_label (async + sync): widen properties annotation to
list[dict] | tuple[dict, ...] | None (matches _build_property_definitions)
- HybridResult: add doc comment explaining why .node is absent —
proto HybridResult carries only node_id + score by design
- query_facts (notebook): reject queries with parameters other than
$sess to prevent unbound-parameter runtime errors1 parent ded059d commit e581683
2 files changed
Lines changed: 14 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
123 | 127 | | |
124 | 128 | | |
125 | 129 | | |
| |||
527 | 531 | | |
528 | 532 | | |
529 | 533 | | |
530 | | - | |
| 534 | + | |
531 | 535 | | |
532 | 536 | | |
533 | 537 | | |
| |||
953 | 957 | | |
954 | 958 | | |
955 | 959 | | |
956 | | - | |
| 960 | + | |
957 | 961 | | |
958 | 962 | | |
959 | 963 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
260 | 260 | | |
261 | 261 | | |
262 | 262 | | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
263 | 269 | | |
264 | 270 | | |
265 | 271 | | |
266 | | - | |
267 | | - | |
| 272 | + | |
| 273 | + | |
268 | 274 | | |
269 | 275 | | |
270 | 276 | | |
| |||
0 commit comments