Class WebSearch
Search the Internet for sources related to the prompt.
public class WebSearch : Tool
- Inheritance
-
objectWebSearch
- Inherited Members
Properties
Filters
Optional. Filters for the search.
public WebSearchFilter Filters { get; set; }
Property Value
SearchContextSize
Optional. High level guidance for the amount of context window space to use for the search.
public SearchContextSize? SearchContextSize { get; set; }
Property Value
UserLocation
Optional. The approximate location of the user.
public Location UserLocation { get; set; }