export type RetrieverRequestSearchDocument = { /** * The source url of the docuemnt */ source: string; /** * The percentge confidence level of the document retrieved */ confidence_level: number; };