haiku.rag/tests/tools
Yiorgis Gozadinos fa319596cc
Name the collection on a retrieved image, not only in the text
Search results and capsule entries name the collection they came from; the
images attached beside them carried only the chunk id and reference. Two
collections can return the same picture of the same document, so the two
labels were identical and the model could place neither.

The decision is the one already made for the text: `covers_multiple` at the
generic search tool, and the flag `search_corpus` computed for the capability
tools, which it now returns.
2026-08-28 12:02:16 +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 Name the collection on a retrieved image, not only in the text 2026-08-28 12:02:16 +03:00