Class WebSearchPreview
This tool searches the web for relevant results to use in a response.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public sealed class WebSearchPreview : Tool
Properties
| Edit this page View SourceSearchContextSize
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 user's location.
Declaration
[JsonProperty("user_location")]
public Location UserLocation { get; set; }
Property Value
| Type | Description |
|---|---|
| Location |