Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions crates/sp42-citation/src/citation/page.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1440,6 +1440,10 @@ mod orchestrator_tests {
Ok(response(
r#"{"server": "ia800300.us.archive.org", "dir": "/12/items/matilda00dahl", "metadata": {"mediatype": "texts"}}"#,
)),
// Every rung of the query ladder comes back empty — only then is
// "the scan does not contain this claim" a safe conclusion.
Ok(response(r#"{"indexed": true, "matches": []}"#)),
Ok(response(r#"{"indexed": true, "matches": []}"#)),
Ok(response(r#"{"indexed": true, "matches": []}"#)),
]);
// Zero snippets → deterministic not_supported, no model call.
Expand Down
Loading