Commit 13439a7
committed
docs: remove meta tools implementation details from README
Remove references to search algorithms (BM25, TF-IDF, hybrid search) from
the Meta Tools section to keep documentation focused on user-facing
functionality rather than internal implementation details.
Changes:
- Removed mention of "hybrid BM25 + TF-IDF search" from Features section
- Removed entire "Hybrid Search Configuration" section with hybrid_alpha examples
- Removed technical explanations about BM25/TF-IDF algorithms
- Kept focus on what users can do (discover and execute tools)
Rationale:
- Aligns with documentation in agents/python/meta-tools.mdx
- Users don't need to know about underlying search algorithms
- Implementation details can change without affecting user-facing API
- Maintains consistency with Node.js SDK documentation standards
- Follows SDK documentation best practices (focus on "what" and "how to use")1 parent 6547388 commit 13439a7
1 file changed
+2
-26
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
340 | 340 | | |
341 | 341 | | |
342 | 342 | | |
343 | | - | |
| 343 | + | |
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
| |||
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | 361 | | |
386 | 362 | | |
387 | 363 | | |
| |||
0 commit comments