-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathWebbots.json
23 lines (23 loc) · 1022 Bytes
/
Webbots.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"schema_version": "v1",
"name_for_model": "Webbots",
"name_for_human": "Webbots - Ask a Bot",
"description_for_model": "Webbots are web-based bots. Each bot has its own knowledge base. Use this to retrieve relevant knowledge for a user query from the webbot's knowledge base. Use this when user provides a webbot_id in the query or when user message contains 'Ask bot : <webbot_id>'.",
"description_for_human": "Start with 'Ask bot <bot id>'. Visit webbot.chat to create & share a free bot. Powered by Maigrate.",
"auth": {
"type": "service_http",
"instructions": "",
"authorization_type": "bearer",
"verification_tokens": {
"openai": "968acd0c04da4b5892d9089930c37457"
},
"custom_auth_header": null
},
"api": {
"type": "openapi",
"url": "https://api-staging.maigrate.com/.well-known/openapi.yaml"
},
"logo_url": "https://api-staging.maigrate.com/logo.png",
"contact_email": "info@maigrate.com",
"legal_info_url": "https://www.maigrate.com/privacy-policy"
}