SmythOS SDK
    Preparing search index...

    Interface TTavilyWebSearchSettings

    interface TTavilyWebSearchSettings {
        excludeDomains?: string;
        includeImages?: boolean;
        includeQAs?: boolean;
        includeRawContent?: boolean;
        name?: string;
        searchTopic?: "general" | "news";
        sourcesLimit?: number;
        timeRange?: "None" | "day" | "week" | "month" | "year";
    }
    Index

    Properties

    excludeDomains?: string

    Exclude Domains

    includeImages?: boolean

    Include Image Results

    includeQAs?: boolean

    Include QAs

    includeRawContent?: boolean

    Include Raw Content

    name?: string
    searchTopic?: "general" | "news"

    Search Topic

    sourcesLimit?: number

    Sources Limit

    timeRange?: "None" | "day" | "week" | "month" | "year"

    Time Range