forked from mexicanamerican/databerry
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.ai-plugin.json
More file actions
19 lines (19 loc) · 785 Bytes
/
base.ai-plugin.json
File metadata and controls
19 lines (19 loc) · 785 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"schema_version": "v1",
"name_for_model": "chaindesk",
"name_for_human": "Chaindesk Plugin",
"description_for_model": "Plugin for searching through the user's documents (such as files, emails, and more) to find answers to questions and retrieve relevant information. Use it whenever a user asks something that might be found in their personal information.",
"description_for_human": "Search through your documents.",
"auth": {
"type": "user_http",
"authorization_type": "bearer"
},
"api": {
"type": "openapi",
"url": "https://chaindesk.ai/.well-known/openapi.yaml",
"has_user_authentication": false
},
"logo_url": "https://chaindesk.ai/.well-known/logo.png",
"contact_email": "hello@chaindesk.ai",
"legal_info_url": "hello@chaindesk.ai"
}