MCPcopy
hub / github.com/Zleap-AI/SAG / SearchSection

Interface SearchSection

src/types.ts:29–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29export interface SearchSection {
30 chunkId: string;
31 sourceId: string;
32 documentId?: string;
33 heading?: string;
34 content: string;
35 rank: number;
36 score: number;
37}
38
39export interface SearchTrace {
40 traceId: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected