MCPcopy
hub / github.com/tobi/qmd / EvalQuery

Interface EvalQuery

test/eval-deep-research.ts:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17const __dirname = dirname(fileURLToPath(import.meta.url));
18
19interface EvalQuery {
20 query: string;
21 expected_doc: string;
22 difficulty: string;
23 intent: string; // Domain context hint for future intent-aware retrieval
24 notes: string;
25}
26
27interface SearchResult {
28 file: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected