Class WebSearchOptions
Options for performing a web search to augment the response.
Inherited Members
Namespace: Oci.GenerativeaiinferenceService.Models
Assembly: OCI.DotNetSDK.Generativeaiinference.dll
Syntax
public class WebSearchOptionsProperties
SearchContextSize
Declaration
[JsonProperty(PropertyName = "searchContextSize")]
[JsonConverter(typeof(StringEnumConverter))]
public WebSearchOptions.SearchContextSizeEnum? SearchContextSize { get; set; }Property Value
| Type | Description | 
|---|---|
| WebSearchOptions.SearchContextSizeEnum? | Specifies the size of the web search context. 
 | 
UserLocation
Declaration
[JsonProperty(PropertyName = "userLocation")]
public ApproximateLocation UserLocation { get; set; }Property Value
| Type | Description | 
|---|---|
| ApproximateLocation |