MCPcopy Create free account
hub / github.com/cortexkit/magic-context / prepareBaseline

Function prepareBaseline

packages/plugin/scripts/embedding-baseline.ts:218–220  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

216}
217
218async function prepareBaseline(): Promise<Awaited<ReturnType<typeof run>>> {
219 return run();
220}
221
222interface QueryResult {
223 id: string;

Callers 1

Calls 1

runFunction · 0.70

Tested by

no test coverage detected