export type RetreiverTrainViewRequest = { /** * Pathway for document to be trained in */ pathway: string; /** * Url of the document to be trained */ url: string; };