Update manifest.
This commit is contained in:
parent
52a774675a
commit
d09b0a13e6
|
@ -1,52 +1,18 @@
|
||||||
{
|
{
|
||||||
"author": "Barry",
|
"api": {
|
||||||
"homepage": "https://github.com/GithuBarry/chat-plugin-search-engine",
|
"type": "openapi",
|
||||||
"identifier": "search-engine-serper",
|
"url": "https://raw.githubusercontent.com/GithuBarry/chat-plugin-search-engine/main/public/openapi.json",
|
||||||
"api": [
|
"is_user_authenticated": false
|
||||||
{
|
|
||||||
"name": "searchGoogle",
|
|
||||||
"description": "Search Google and return top 10 results",
|
|
||||||
"url": "https://google.serper.dev/search",
|
|
||||||
"parameters": {
|
|
||||||
"type": "object",
|
|
||||||
"required": [
|
|
||||||
"q"
|
|
||||||
],
|
|
||||||
"properties": {
|
|
||||||
"q": {
|
|
||||||
"type": "string",
|
|
||||||
"example": "今天吃什么"
|
|
||||||
},
|
},
|
||||||
"gl": {
|
"auth": {
|
||||||
"type": "string",
|
"type": "none"
|
||||||
"description": "Google Geo location parameter",
|
|
||||||
"example": "cn"
|
|
||||||
},
|
},
|
||||||
"hl": {
|
"contact_email": "33831597+GithuBarry@users.noreply.github.com",
|
||||||
"type": "string",
|
"description_for_human": "Google search engine via Serper.dev free API (2500x🆓/month)",
|
||||||
"description": "Google Geo locale parameter",
|
"description_for_model": "Plugin for performing web searches using the Serper.dev API to access Google search results.",
|
||||||
"example": "zh-cn"
|
"legal_info_url": "https://serper.dev/terms",
|
||||||
}
|
"logo_url": "https://serper.dev/favicon.ico",
|
||||||
}
|
"name_for_human": "Search Google via Serper",
|
||||||
}
|
"name_for_model": "search-engine-serper",
|
||||||
}
|
"schema_version": "v1"
|
||||||
],
|
|
||||||
"meta": {
|
|
||||||
"avatar": "🔍",
|
|
||||||
"tags": ["web", "search"],
|
|
||||||
"title": "Search Google via Serper",
|
|
||||||
"description": "Google search engine via Serper.dev free API (2500x🆓/month)"
|
|
||||||
},
|
|
||||||
"settings": {
|
|
||||||
"type": "object",
|
|
||||||
"required": ["X-API-KEY"],
|
|
||||||
"properties": {
|
|
||||||
"X-API-KEY": {
|
|
||||||
"title": "Serper API Key",
|
|
||||||
"description": "The API key for authentication with Serper API",
|
|
||||||
"type": "string",
|
|
||||||
"format": "password"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
|
@ -0,0 +1,13 @@
|
||||||
|
{
|
||||||
|
"author": "Barry",
|
||||||
|
"homepage": "https://github.com/GithuBarry/chat-plugin-search-engine",
|
||||||
|
"identifier": "search-engine-serper",
|
||||||
|
"manifest": "https://raw.githubusercontent.com/GithuBarry/chat-plugin-search-engine/main/public/openapi.json",
|
||||||
|
"meta": {
|
||||||
|
"avatar": "🔍",
|
||||||
|
"description": "Google search engine via Serper.dev free API (2500x🆓/month)",
|
||||||
|
"tags": ["web", "search"],
|
||||||
|
"title": "Search Google via Serper"
|
||||||
|
},
|
||||||
|
"schemaVersion": 1
|
||||||
|
}
|
Loading…
Reference in New Issue