Class GroqCloudSearchSettings
Inheritance
GroqCloudSearchSettings
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
|
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
|
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
|
Edit this page
View Source
IncludeImages
Whether to include images in the search results.
Declaration
public bool? IncludeImages { get; set; }
Property Value
Methods
|
Edit this page
View Source
FromWebSearchParameters(WebSearchSettings)
Declaration
public static GroqCloudSearchSettings FromWebSearchParameters(WebSearchSettings @params)
Parameters
Returns
Extension Methods