haiku.rag/tests/tools
Yiorgis Gozadinos 225a37ca73
Tell one collection's pictures from another's
Three places identified a picture by document and reference alone, and one
identified a citation's images by chunk id alone. Both repeat between copies of
a database, so a search returning a figure from two collections sent one, a
capsule retained one, and a citation rendered the other collection's figures.

Keyed on the source as well: `(source, document_id, self_ref)` for search
pictures, the capability and source for retained ones, and `qualified_id` for
the chat's citation images.
2026-08-28 10:35:46 +03:00
..
__init__.py Introduce tool module & ToolContext to save state 2026-02-10 14:38:12 +02:00
test_context.py Simplify tools/ — remove AG-UI state machinery, keep core toolsets 2026-02-20 16:36:48 +02:00
test_document.py Make get_config the only configuration lookup 2026-08-19 14:43:40 +03:00
test_filters.py Select documents to filter by id, not by displayed name 2026-08-24 15:27:59 +03:00
test_search.py Tell one collection's pictures from another's 2026-08-28 10:35:46 +03:00