langchain.js
    Preparing search index...
    interface DuckDuckGoSearchParameters {
        maxResults?: number;
        searchOptions?: SearchOptions;
    }

    Hierarchy (View Summary)

    Index

    Properties

    maxResults?: number

    The maximum number of results to return from the search. Limiting to 10 to avoid context overload.

    10
    
    searchOptions?: SearchOptions

    The search options for the search using the SearchOptions interface from the duck-duck-scrape package.