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

Interface ParsedStructuredQuery

test/intent.test.ts:29–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27// =============================================================================
28
29interface ParsedStructuredQuery {
30 searches: ExpandedQuery[];
31 intent?: string;
32}
33
34function parseStructuredQuery(query: string): ParsedStructuredQuery | null {
35 const rawLines = query.split('\n').map((line, idx) => ({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected