ExtensionsOpenAIModelFactory.ResponsesWebSearchApproximateLocation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Web search approximate location.
public static Azure.AI.Extensions.OpenAI.ResponsesWebSearchApproximateLocation ResponsesWebSearchApproximateLocation(string country = default, string region = default, string city = default, string timezone = default);
static member ResponsesWebSearchApproximateLocation : string * string * string * string -> Azure.AI.Extensions.OpenAI.ResponsesWebSearchApproximateLocation
Public Shared Function ResponsesWebSearchApproximateLocation (Optional country As String = Nothing, Optional region As String = Nothing, Optional city As String = Nothing, Optional timezone As String = Nothing) As ResponsesWebSearchApproximateLocation
Parameters
- country
- String
- region
- String
- city
- String
- timezone
- String
Returns
A new ResponsesWebSearchApproximateLocation instance for mocking.