Class WebSearch
Search the Internet for sources related to the prompt.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class WebSearch : Tool
Properties
| Edit this page View SourceFilters
Optional. Filters for the search.
Declaration
[JsonProperty("filters")]
public WebSearchFilter Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| WebSearchFilter |
SearchContextSize
Optional. High level guidance for the amount of context window space to use for the search.
Declaration
[JsonProperty("search_context_size")]
public SearchContextSize? SearchContextSize { get; set; }
Property Value
| Type | Description |
|---|---|
| SearchContextSize? |
UserLocation
Optional. The approximate location of the user.
Declaration
[JsonProperty("user_location")]
public Location UserLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |