Class WebSearchOptions
Inheritance
object
WebSearchOptions
Namespace: Glitch9.AIDevKit
Assembly: .dll
Syntax
public class WebSearchOptions
Properties
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
public SearchContextSize? SearchContextSize { get; set; }
Property Value
Type | Description |
---|---|
SearchContextSize? |
UserLocation
Optional. Approximate location parameters for the search.
Declaration
public UserLocation UserLocation { get; set; }
Property Value
Type | Description |
---|---|
UserLocation |