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