OSM: small adjustment to specific place instructions

This commit is contained in:
projectmoon 2024-09-19 21:00:38 +00:00
parent 8eb050dfb3
commit 242eeb6f2d
1 changed files with 2 additions and 2 deletions

4
osm.py
View File

@ -2,7 +2,7 @@
title: OpenStreetMap Tool
author: projectmoon
author_url: https://git.agnos.is/projectmoon/open-webui-filters
version: 0.6.0
version: 0.6.1
license: AGPL-3.0+
required_open_webui_version: 0.3.21
"""
@ -46,7 +46,7 @@ def specific_place_instructions() -> str:
"address, place, landmark, or location the user is asking "
"about. **IMPORTANT!:** Tell the user all relevant information, "
"including address, contact information, and the OpenStreetMap link. "
"Make the map link nice human-readable markdown link."
"Make the map link into a nice human-readable markdown link."
)
def detailed_instructions(tag_type_str: str) -> str: