Interface RetrieveCompleteEvent

Emitted when the entire retrieval phase completes.

interface RetrieveCompleteEvent {
    type: "retrieve:complete";
    result: RetrievalResult;
    timestamp: number;
}

Properties

Properties

type: "retrieve:complete"

The aggregated retrieval result.

timestamp: number

Timestamp when retrieval completed.