-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathquerydatabase.json
27 lines (27 loc) · 1.04 KB
/
querydatabase.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"schema_version": "v1",
"name_for_model": "querydatabase",
"name_for_human": "AskYourDatabase",
"description_for_model": "Provide a database URI and get the requested data and the structure of the database tables by executing database queries.",
"description_for_human": "Chat with your databases without writing any SQL code.",
"auth": {
"type": "oauth",
"instructions": "",
"client_url": "https://c9aea4a797c1d485795157af5ca88680.auth.portal-pluginlab.ai/oauth/authorize",
"scope": "all",
"authorization_url": "https://auth.pluginlab.ai/oauth/token",
"authorization_content_type": "application/json",
"verification_tokens": {
"openai": "dc8c1289d9e2484db6845718ee0f5c1c"
},
"pkce_required": false,
"token_exchange_method": null
},
"api": {
"type": "openapi",
"url": "https://x.askyourdatabase.com/.well-known/pluginlab/openapi.json"
},
"logo_url": "https://askyourdatabase.com/logo.png",
"contact_email": "niudai.geek@gmail.com",
"legal_info_url": "https://askyourdatabase.com/legal"
}