Table of Contents

Class WebSearchPreview

Namespace
Glitch9.AIDevKit

This tool searches the web for relevant results to use in a response.

public class WebSearchPreview : Tool
Inheritance
object
WebSearchPreview
Inherited Members

Properties

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 user's location.

public Location UserLocation { get; set; }

Property Value

Location