Class WebSearchPreview
This tool searches the web for relevant results to use in a response.
public class WebSearchPreview : Tool
- Inheritance
-
objectWebSearchPreview
- 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
UserLocation
Optional. The user's location.
public Location UserLocation { get; set; }