MCPcopy Create free account
hub / github.com/Zleap-AI/SAG / SearchProgressEvent

Interface SearchProgressEvent

web/src/types.ts:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108export type ChunkingMode = "heading_strict" | "token";
109
110export interface SearchProgressEvent {
111 type: "step";
112 status: "running" | "done" | "failed";
113 key: string;
114 title: string;
115 detail: string;
116 payload?: unknown;
117 durationMs?: number;
118}
119
120export interface ProjectStatsRecord {
121 documentCount: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected