Wikipedia
Description
Ask questions about general knowledge, current events, and breaking news, and get up-to-date answers from Wikipedia.
Details
https://chatgptplugin.enterprise.wikimedia.com/.well-known/ai-plugin.json
{
"schema_version": "v1",
"name_for_model": "wikipedia",
"name_for_human": "Wikipedia",
"description_for_model": "Search Wikipedia to answer users' general knowledge, current events, and breaking news questions. Use it whenever a user asks for information that might be found on Wikipedia, passing in the user's exact text and performing a search using relevant parsed information as the query.",
"description_for_human": "Ask questions about general knowledge, current events, and breaking news, and get up-to-date answers from Wikipedia.",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "701224060a894edf8c62194365d9f31f"
}
},
"api": {
"type": "openapi",
"url": "https://chatgptplugin.enterprise.wikimedia.com/openapi.json"
},
"logo_url": "https://upload.wikimedia.org/wikipedia/commons/8/80/Wikipedia-logo-v2.svg",
"contact_email": "legal@wikimedia.org",
"legal_info_url": "https://meta.m.wikimedia.org/wiki/Terms_of_use"
}
https://chatgptplugin.enterprise.wikimedia.com/openapi.json
{
"openapi": "3.0.2",
"info": {
"title": "Wikipedia",
"description": "Provides information about recent news, history, science, and art. Most valuable for general knowledge queries.",
"version": "1.0.0"
},
"servers": [
{
"url": "https://chatgptplugin.enterprise.wikimedia.com"
}
],
"paths": {
"/search_wikipedia": {
"get": {
"summary": "Takes a question from the user, plus the original text that the user sent and the inferred language that it was sent in, performs a search against Wikipedia, and returns back text from four relevant articles. ChatGPT should answer the provided question using the contents from these articles.",
"description": "Searches Wikipedia for the given query and returns the results",
"operationId": "search_wikipedia_search_wikipedia_get",
"parameters": [
{
"required": false,
"schema": {
"title": "Query Language",
"type": "string",
"default": "en"
},
"name": "query_language",
"in": "query"
},
{
"required": true,
"schema": {
"title": "Query",
"maxLength": 100,
"minLength": 2,
"type": "string"
},
"name": "query",
"in": "query"
},
{
"required": true,
"schema": {
"title": "Original User Input",
"type": "string"
},
"name": "original_user_input",
"in": "query"
},
{
"description": "Temporary user ID (expires every 24 hours)",
"required": false,
"schema": {
"title": "Openai-Ephemeral-User-Id",
"type": "string",
"description": "Temporary user ID (expires every 24 hours)"
},
"name": "openai-ephemeral-user-id",
"in": "header"
},
{
"description": "ID of the ChatGPT conversation",
"required": false,
"schema": {
"title": "Openai-Conversation-Id",
"type": "string",
"description": "ID of the ChatGPT conversation"
},
"name": "openai-conversation-id",
"in": "header"
},
{
"description": "User locale, in ISO 639-1",
"required": false,
"schema": {
"title": "Openai-Subdivision-1-Iso-Code",
"type": "string",
"description": "User locale, in ISO 639-1"
},
"name": "openai-subdivision-1-iso-code",
"in": "header"
}
],
"responses": {
"200": {
"description": "Successful Response",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ChatGPTResponse"
}
}
}
},
"422": {
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/HTTPValidationError"
}
}
}
}
}
}
}
},
"components": {
"schemas": {
"ChatGPTResponse": {
"title": "ChatGPTResponse",
"required": [
"wikipedia_articles_relevant_to_query",
"extra_information_to_assistant",
"output_language"
],
"type": "object",
"properties": {
"wikipedia_articles_relevant_to_query": {
"title": "Wikipedia Articles Relevant To Query",
"type": "array",
"items": {
"$ref": "#/components/schemas/WikipediaArticle"
},
"description": "The articles relevant to the query"
},
"extra_information_to_assistant": {
"title": "Extra Information To Assistant",
"type": "string",
"description": "Extra instructions to be used by the assistant"
},
"output_language": {
"title": "Output Language",
"type": "string",
"description": "The language to use to display output to the user"
}
},
"description": "The response from the plugin "
},
"HTTPValidationError": {
"title": "HTTPValidationError",
"type": "object",
"properties": {
"detail": {
"title": "Detail",
"type": "array",
"items": {
"$ref": "#/components/schemas/ValidationError"
}
}
}
},
"ValidationError": {
"title": "ValidationError",
"required": [
"loc",
"msg",
"type"
],
"type": "object",
"properties": {
"loc": {
"title": "Location",
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"msg": {
"title": "Message",
"type": "string"
},
"type": {
"title": "Error Type",
"type": "string"
}
}
},
"WikipediaArticle": {
"title": "WikipediaArticle",
"required": [
"url",
"title",
"language"
],
"type": "object",
"properties": {
"url": {
"title": "Url",
"type": "string",
"description": "The URL of the article"
},
"title": {
"title": "Title",
"type": "string",
"description": "The title of the article"
},
"language": {
"title": "Language",
"type": "string",
"description": "The language of the article text"
},
"text": {
"title": "Text",
"type": "string",
"description": "The text of the article"
}
},
"description": "A wrapper around a Wikipedia article "
}
}
}
}
Discover other plugins from the text to text category

ChatWithPDF
Plugin for asking questions, analyzing, and parsing through PDF documents by simply providing a PDF URL.
0 Comments

AskYourPDF
Unlock the power of your PDFs!, dive into your documents, find answers, and bring information to your fingertips
0 Comments

Auto Anno
This plugin utilizes the power of large AI models to perform automatic annotation on input texts.
0 Comments

DocsBot
Plugin for searching documents (such as files, websites, and more) from various subject libraries the user has indexed on DocsBot
0 Comments

JiggyBase
JiggyBase is a tool for searching through collections of user’s documents on JiggyBase using semantic search to provide relevant content to better answer user questions based on the facts and up-to-date information contained in those documents.
0 Comments

ChatWithWebsite
Have a conversation with any website, powered by magicform.ai
0 Comments

Access Link
Access any links on the web and get the information you need.
0 Comments

Figlet
Utility for converting strings of text into ASCII fonts.
0 Comments

Paraphraser
Say it better, say it different: Paraphrase like a Pro. Paraphrase for impact and inspire.
0 Comments

Copywriter
Send a URL and get sales copywriting suggestions for any page!
0 Comments

MixerBox ChatPDF
Save time! MixerBox ChatPDF can summarize & analyze PDF files for you!
0 Comments

Ai PDF
Super-fast, interactive chats with PDFs of any size, complete with page references for fact checking.
0 Comments

HumanInf
Humanizing AI content via paraphrasing.
0 Comments

Filtir
Verify the provided text using external sources.
0 Comments

Document AI
The only Document AI that shows you where it got your answer from.
0 Comments

Access PDF & Docs
Ask your PDF questions, summarize info & chat with PDF! Enter Google Drive link to start!
0 Comments

Content Rewriter
Enter any URL and have the text content rewritten for you!
0 Comments

Word Counter
Count the number of words, and characters (with and without spaces).
0 Comments

Perfect Chirp
Turn your ideas into banger tweets in less than 30 seconds. Start your prompt with 'Write a tweet...'.
0 Comments

Custom Knowledge
Provide your docs, webpages, and other links, and get personalised answers.
0 Comments

Mojito
I can convert your chats to articles and posts them online🍹.
0 Comments

Skipit AI
The Skipit AI plugin extract context data from URLs (YouTube, websites, PDFs) for comprehensive information.
0 Comments

WebsiteChat
Chat with any website link.
0 Comments

AskYourKG
This plugin uses the knowledge of the documents uploaded to askyourkg.cogniswitch.ai and chats with that knowledge.
0 Comments

Stoic
Get a stoic quote by typing 'stoic'.
0 Comments

BrowserOp
Browse dozens of webpages in one query. Fetch information more efficiently.
0 Comments