/
githubmirror
/
OpenAgents
Обзор
Документация
Войти
/
githubmirror
/
OpenAgents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
real_agents/plugins_agent/plugins/maps/ai-plugin.json
34 строки
1 KB
Tianbao Xie
Fix 'Error: Failed to make the request MAPS' (#107)
30 ноя 2023, 15:04
Не верифицирован
30 ноя 2023, 15:04
880e26a
Код
Авторство
О чём код?
{ "id": "plugin-3c9e7f2a-55ae-4794-b81e-1b950ce8adef", "domain": "maps.smoothplugins.com", "namespace": "maps", "status": "approved", "manifest": { "schema_version": "v1", "name_for_model": "maps", "name_for_human": "Maps", "description_for_model": "A Maps app that takes latitude and longitude coordinates and generates a map with a marker on the given spot. Provide the coordinates and the app will generate a map. Coordinates are in the format of latitude and longitude, separated by a comma. Example format /?latlng=lat,lng - e.g. /?latlng=12.34567,-23.45678.", "description_for_human": "A Maps app that takes latitude and longitude coordinates and generates a map with a marker on the given spot.", "auth": { "type": "none" }, "api": { "type": "openapi", "url": "https://maps.smoothplugins.com/openapi.yaml" }, "logo_url": "https://www.smoothplugins.com/img/plugin_logos2/maps1.png", "contact_email": "makevoid@gmail.com", "legal_info_url": "https://smoothplugins.com/tos/2_maps_plugin_tos" }, "oauth_client_id": null, "user_settings": { "is_installed": false, "is_authenticated": true }, "categories": [ { "id": "newly_added", "title": "New" } ] }