mirror of
https://github.com/wassname/openrouter-python-sdk-retry-errors.git
synced 2026-07-29 11:23:49 +08:00
16 lines
2.2 KiB
Plaintext
16 lines
2.2 KiB
Plaintext
---
|
|
title: "UserLocation"
|
|
---
|
|
|
|
Approximate user location for location-biased search results. Passed through to native providers that support it (e.g. Anthropic).
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
|
| `city` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
|
|
| `country` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
|
|
| `region` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
|
|
| `timezone` | *OptionalNullable[str]* | :heavy_minus_sign: | N/A |
|
|
| `type` | [components.WebSearchPluginType](../components/websearchplugintype.mdx) | :heavy_check_mark: | N/A | |