Class WebSearchSettings
Inheritance
object
WebSearchSettings
Namespace: Glitch9.AIDevKit.GroqCloud
Assembly: .dll
Syntax
public class WebSearchSettings
Properties
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 |
ExcludeDomains
A list of domains to exclude from the search results.
Declaration
public List<string> ExcludeDomains { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
IncludeDomains
A list of domains to include in the search results.
Declaration
public List<string> IncludeDomains { get; set; }
Property Value
Type | Description |
---|---|
List<string> |
IncludeImages
Whether to include images in the search results.
Declaration
public bool? IncludeImages { get; set; }
Property Value
Type | Description |
---|---|
bool? |