Table of Contents

Class WebSearchOptions

Namespace
Glitch9.AIDevKit
public class WebSearchOptions
Inheritance
object
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.

public SearchContextSize? SearchContextSize

Field Value

SearchContextSize?

UserLocation

Optional. Approximate location parameters for the search.

public ApproximateLocation UserLocation

Field Value

ApproximateLocation

Properties

IsEmpty

public bool IsEmpty { get; }

Property Value

bool