Tests: classify x_search secret target parity

This commit is contained in:
huntharo
2026-03-28 08:40:07 -04:00
committed by Peter Steinberger
parent 6e3b54430c
commit 4f3009f57e

View File

@@ -99,6 +99,9 @@ describe("exec SecretRef id parity", () => {
if (id.startsWith("tools.web.fetch.")) {
return "tools.web.fetch";
}
if (id.startsWith("tools.web.x_search.")) {
return "tools.web.x_search";
}
if (id.startsWith("plugins.entries.") && id.includes(".config.webSearch.apiKey")) {
return "tools.web.search";
}