Table of Contents

Class WebSearch

Namespace
Glitch9.AIDevKit

Search the Internet for sources related to the prompt.

public class WebSearch : Tool
Inheritance
object
WebSearch
Inherited Members

Properties

Filters

Optional. Filters for the search.

public WebSearchFilter Filters { get; set; }

Property Value

WebSearchFilter

SearchContextSize

Optional. High level guidance for the amount of context window space to use for the search.

public SearchContextSize? SearchContextSize { get; set; }

Property Value

SearchContextSize?

UserLocation

Optional. The approximate location of the user.

public Location UserLocation { get; set; }

Property Value

Location