Interface UrlMetadata

Context of the a single url retrieval.

interface UrlMetadata {
    retrievedUrl?: string;
    urlRetrievalStatus?: UrlRetrievalStatus;
}

Properties

retrievedUrl?: string

Retrieved url by the tool.

urlRetrievalStatus?: UrlRetrievalStatus

Status of the url retrieval.