/
githubmirror
/
OpenAgents
Обзор
Документация
Войти
/
githubmirror
/
OpenAgents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
real_agents/plugins_agent/plugins/Weather/ai-plugin.json
34 строки
1 KB
Tianbao Xie
Update plugins (#135)
28 май 2024, 08:59
Не верифицирован
28 май 2024, 08:59
fab2c1b
Код
Авторство
О чём код?
{ "id": "plugin-bb1c59b6-0f9a-4aa1-b88d-e93df52e730f", "domain": "weather--vicentescode.repl.co", "namespace": "Weather", "status": "approved", "manifest": { "schema_version": "v1", "name_for_model": "Weather", "name_for_human": "Weather", "description_for_model": "Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.", "description_for_human": "Provides weather forecast based on location. Includes temperature, precipitation, cloud cover, wind and much more.", "auth": { "type": "none" }, "api": { "type": "openapi", "url": "https://weather--vicentescode.repl.co/openapi.yaml" }, "logo_url": "https://weather--vicentescode.repl.co/logo.png", "contact_email": "support@promptapps.ai", "legal_info_url": "https://promptapps.ai/weatherplugin/legal.html" }, "oauth_client_id": null, "user_settings": { "is_installed": false, "is_authenticated": true }, "categories": [ { "id": "newly_added", "title": "New" } ] }