Search Results for

    Show / Hide Table of Contents

    Class GroqCloudSearchSettings

    Inheritance
    object
    GroqCloudSearchSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Glitch9.AIDevKit.GroqCloud
    Assembly: Glitch9.AIDevKit.Provider.GroqCloud.dll
    Syntax
    public sealed class GroqCloudSearchSettings

    Properties

    | Edit this page View Source

    Country

    Name of country to prioritize search results from (e.g., "united states", "germany", "france").

    Declaration
    public string Country { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    ExcludeDomains

    A list of domains to exclude from the search results.

    Declaration
    public List<string> ExcludeDomains { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    IncludeDomains

    A list of domains to include in the search results.

    Declaration
    public List<string> IncludeDomains { get; set; }
    Property Value
    Type Description
    List<string>
    | Edit this page View Source

    IncludeImages

    Whether to include images in the search results.

    Declaration
    public bool? IncludeImages { get; set; }
    Property Value
    Type Description
    bool?

    Methods

    | Edit this page View Source

    FromWebSearchParameters(WebSearchSettings)

    Declaration
    public static GroqCloudSearchSettings FromWebSearchParameters(WebSearchSettings @params)
    Parameters
    Type Name Description
    WebSearchSettings params
    Returns
    Type Description
    GroqCloudSearchSettings

    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