URLMetadata interface

Metadata for a single URL retrieved by the URLContextTool tool.

Signature:

export interface URLMetadata 

Properties

Property Type Description
retrievedUrl string The retrieved URL.
urlRetrievalStatus URLRetrievalStatus The status of the URL retrieval.

URLMetadata.retrievedUrl

The retrieved URL.

Signature:

retrievedUrl?: string;

URLMetadata.urlRetrievalStatus

The status of the URL retrieval.

Signature:

urlRetrievalStatus?: URLRetrievalStatus;