openai-client-base 0.12.0

Auto-generated Rust client for the OpenAI API
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# WebSearchApproximateLocation

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**r#type** | Option<**String**> | The type of location approximation. Always `approximate`. | [optional]
**country** | Option<**String**> | The two-letter [ISO country code]https://en.wikipedia.org/wiki/ISO_3166-1 of the user, e.g. `US`. | [optional]
**region** | Option<**String**> | Free text input for the region of the user, e.g. `California`. | [optional]
**city** | Option<**String**> | Free text input for the city of the user, e.g. `San Francisco`. | [optional]
**timezone** | Option<**String**> | The [IANA timezone]https://timeapi.io/documentation/iana-timezones of the user, e.g. `America/Los_Angeles`. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)