map
“”” title: OpenStreetMap Tool author: projectmoon author_url: https://git.agnos.is/projectmoon/open-webui-filters version: 0.2.5 license: AGPL-3.0+ required_open_webui_version: 0.3.9 “”” import json import math import requests from typing import List, Optional from pydantic import BaseModel, Field VALVES_NOT_SET = “”” Tell the user that the User-Agent and From headers must be set to comply with the OSM Nominatim terms of use: […]