interface TavilyExtractInput {
    extractDepth?: ExtractDepth;
    includeImages?: boolean;
    urls: string[];
}

Properties

extractDepth?: ExtractDepth
includeImages?: boolean
urls: string[]