Commit b3de7dd
committed
Fix resource tool search to use text() method like old context tool
- Use result.text() instead of result.point.payload.get('content')
- Match the exact same format as the old context tool
- Should fix search not finding results issue1 parent 4ad3779 commit b3de7dd
1 file changed
+4
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
343 | 343 | | |
344 | 344 | | |
345 | 345 | | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
351 | 350 | | |
352 | 351 | | |
353 | 352 | | |
| |||
0 commit comments