weather_update_location
Update an existing weather location without adding a slot: change its place name to resolve new coordinates, rename its alias, replace alternate names, or set it as the default.
Instructions
Update an existing location without adding a slot.
alias identifies the location using any current name. Changing place_name resolves new coordinates. new_alias renames the primary alias. additional_aliases replaces the alternate names; [] removes them. Omitted fields remain unchanged. make_default=true selects this place as the default. Ambiguous geocoding returns candidates without saving. Retry with the selected candidate_id as a string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| alias | Yes | ||
| new_alias | No | ||
| place_name | No | ||
| candidate_id | No | ||
| country_code | No | JP | |
| make_default | No | ||
| additional_aliases | No |