-
Notifications
You must be signed in to change notification settings - Fork 16
/
public.advisor.definitive.io.json
22 lines (22 loc) · 1.23 KB
/
public.advisor.definitive.io.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"schema_version": "v1",
"name_for_human": "Definitive Facts",
"name_for_model": "definitive_facts",
"description_for_human": "Ask questions using 100+ relational datasets - sports, finance, and more at https://definitive.io/datasets.\n",
"description_for_model": "definitive facts for generating and executing sql queries against relational datasets.\nonly send natural language text to the generate-sql endpoint.\nonly send sql to the execute-sql endpoint.\nonly execute sql generated by the generate-sql endpoint.\ndo not attempt to execute sql not generated by the generate-sql endpoint.\nwhen generating sql, show the sql text to the user.\nprefer showing the url of sql execution result to the user. they might want to download it.\nthe execution result in JSON format is python pandas compatible. remind the user of this.\n",
"auth": {
"type": "service_http",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "e58354ea1d5045e6af1eee9a82d39942"
}
},
"api": {
"type": "openapi",
"url": "/plugin/openapi.json",
"is_user_authenticated": false
},
"logo_url": "https://app.definitive.io/logo_light.svg",
"contact_email": "legal@definitive.io",
"legal_info_url": "/plugin/legal"
}