2024-03-26 02:17:45 +00:00
{
2024-04-15 15:38:21 +00:00
"api" : {
"type" : "openapi" ,
2025-04-28 10:38:21 +00:00
"url" : "https://raw.githubusercontent.com/foryoung365/lobechat-plugin-google/main/public/openapi.json" ,
2024-04-15 15:38:21 +00:00
"is_user_authenticated" : false
2024-03-26 02:17:45 +00:00
} ,
2024-04-15 15:38:21 +00:00
"auth" : {
2025-04-28 10:49:29 +00:00
"type" : "user_http" ,
"authorization_type" : "custom"
2024-04-15 15:38:21 +00:00
} ,
2025-04-28 10:38:21 +00:00
"contact_email" : "1758359+foryoung365@users.noreply.github.com" ,
"description_for_human" : "Google custom search engine API (100🆓/day)" ,
2025-04-28 10:49:29 +00:00
"description_for_model" : "Plugin for performing web searches using the Google custom search engine API. Requires Google API key and custom search engine ID." ,
2025-04-28 10:38:21 +00:00
"legal_info_url" : "https://developers.google.com/custom-search/v1/introduction" ,
"logo_url" : "https://www.google.com/favicon.ico" ,
"name_for_human" : "Search Google via Google Custom Search" ,
"name_for_model" : "search-engine-google-custom-search" ,
2024-04-15 15:38:21 +00:00
"schema_version" : "v1"
}