@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias WebSearchToolConfig

    type WebSearchToolConfig = {
        allowed_domains: string[] | null;
        context_size: WebSearchContextSize | null;
        location: WebSearchLocation | null;
    }
    Index

    Properties

    allowed_domains: string[] | null
    context_size: WebSearchContextSize | null
    location: WebSearchLocation | null