Search Results for

    Show / Hide Table of Contents

    Class WebSearchSettings

    Inheritance
    object
    WebSearchSettings
    Implements
    IHostedToolOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit
    Assembly: Glitch9.AIDevKit.dll
    Syntax
    [Serializable]
    public sealed class WebSearchSettings : IHostedToolOptions

    Properties

    | Edit this page View Source

    AllowedDomains

    Declaration
    public TextAsset AllowedDomains { get; }
    Property Value
    Type Description
    TextAsset
    | Edit this page View Source

    ContextSize

    Declaration
    public SearchContextSize ContextSize { get; }
    Property Value
    Type Description
    SearchContextSize
    | Edit this page View Source

    CustomLocation

    Declaration
    public Location CustomLocation { get; }
    Property Value
    Type Description
    Location
    | Edit this page View Source

    DeniedDomains

    Declaration
    public TextAsset DeniedDomains { get; }
    Property Value
    Type Description
    TextAsset
    | Edit this page View Source

    EnableImageUnderstanding

    Declaration
    public bool EnableImageUnderstanding { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    EnableSearchClassifier

    Declaration
    public bool EnableSearchClassifier { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    EnableUrlContext

    Declaration
    public bool EnableUrlContext { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ImageSearchRelevanceEnhanced

    Declaration
    public bool ImageSearchRelevanceEnhanced { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    LastUpdatedAfter

    Declaration
    public SerializableNullable<UnixTime> LastUpdatedAfter { get; }
    Property Value
    Type Description
    SerializableNullable<UnixTime>
    | Edit this page View Source

    LastUpdatedBefore

    Declaration
    public SerializableNullable<UnixTime> LastUpdatedBefore { get; }
    Property Value
    Type Description
    SerializableNullable<UnixTime>
    | Edit this page View Source

    LocationMode

    Declaration
    public WebSearchLocationMode LocationMode { get; }
    Property Value
    Type Description
    WebSearchLocationMode
    | Edit this page View Source

    MaxUses

    Declaration
    public SerializableNullable<int> MaxUses { get; }
    Property Value
    Type Description
    SerializableNullable<int>
    | Edit this page View Source

    ReturnImages

    Declaration
    public bool ReturnImages { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ReturnRelatedQuestions

    Declaration
    public bool ReturnRelatedQuestions { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    SearchAfterDate

    Declaration
    public SerializableNullable<UnixTime> SearchAfterDate { get; }
    Property Value
    Type Description
    SerializableNullable<UnixTime>
    | Edit this page View Source

    SearchBeforeDate

    Declaration
    public SerializableNullable<UnixTime> SearchBeforeDate { get; }
    Property Value
    Type Description
    SerializableNullable<UnixTime>
    | Edit this page View Source

    SearchRecency

    Declaration
    public TimeWindow SearchRecency { get; }
    Property Value
    Type Description
    TimeWindow
    | Edit this page View Source

    ToolTypesByApi

    Declaration
    public Dictionary<Api, ToolType> ToolTypesByApi { get; }
    Property Value
    Type Description
    Dictionary<Api, ToolType>
    | Edit this page View Source

    WebSearchMode

    Declaration
    public PerplexityTypes.WebSearchMode WebSearchMode { get; }
    Property Value
    Type Description
    PerplexityTypes.WebSearchMode

    Methods

    | Edit this page View Source

    GetHostedTools(Model)

    Declaration
    public IEnumerable<Tool> GetHostedTools(Model model)
    Parameters
    Type Name Description
    Model model
    Returns
    Type Description
    IEnumerable<Tool>
    | Edit this page View Source

    ResolveLocation()

    Declaration
    public Location ResolveLocation()
    Returns
    Type Description
    Location

    Implements

    IHostedToolOptions

    Extension Methods

    ArrayExtensions.ToArrayOrEmpty<T>(T)
    ArrayExtensions.ToArrayOrNull<T>(T)
    EventExtensions.ToDelta<T>(T, string, int, string, bool)
    EventExtensions.ToDone<T>(T, string, int, string)
    EventExtensions.ToEvent<T>(T)
    EventExtensions.UpcastDelta<T1, T2>(T1, string, int, string, bool)
    FallbackExtensions.IsOr<TParent, TChild>(TParent, TChild)
    ResponseCastingExtensions.GetResult<T>(T)
    SystemExtensions.GetName(object)
    • Edit this page
    • View Source
    In this article
    Back to top AI DevKit Documentation