Interface UrlMetadata

Context for a single url retrieval.

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

Properties

retrievedUrl?: string

The URL retrieved by the tool.

urlRetrievalStatus?: UrlRetrievalStatus

Status of the url retrieval.