Class WebSearchOptions
Inheritance
WebSearchOptions
Assembly: Glitch9.AIDevKit.dll
Syntax
public class WebSearchOptions
Fields
|
Edit this page
View Source
SearchContextSize
Optional. High level guidance for the amount of context window space to use for the search.
One of low, medium, or high. medium is the default.
Declaration
[JsonProperty("search_context_size")]
public SearchContextSize? SearchContextSize
Field Value
|
Edit this page
View Source
UserLocation
Optional. Approximate location parameters for the search.
Declaration
[JsonProperty("user_location")]
public ApproximateLocation UserLocation
Field Value
Properties
|
Edit this page
View Source
IsEmpty
Declaration
[JsonIgnore]
public bool IsEmpty { get; }
Property Value
Extension Methods