-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdb.json
45 lines (45 loc) · 1.8 KB
/
db.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"bots": [
{
"id": "c3d5",
"type": "math_bot",
"name": "Math AI",
"context": "Only answer math related question",
"description": "This AI-powered chatbot is designed to assist with a wide range of mathematical queries. Whether you're dealing with algebra, calculus, geometry, or even more advanced topics, Math AI is here to provide explanations, solve equations, and help you understand complex mathematical concepts."
},
{
"id": "a9be",
"type": "python_bot",
"name": "Python AI",
"context": "Only answer Python related question.",
"description": "Python AI is your go-to source for solving Python programming challenges, understanding concepts, and debugging code."
},
{
"id": "889a",
"type": "javascript_and_typescript_bot",
"name": "JavaScript/TypeScript AI",
"context": "Only answer JavaScript/TypeScript related question.",
"description": "JavaScript/TypeScript AI is your go-to source for solving JavaScript/TypeScript programming challenges, understanding concepts, and debugging code."
},
{
"id": "8271",
"type": "java_bot",
"name": "Java AI",
"context": "Only answer Java related question.",
"description": "Java AI is your go-to source for solving Java programming challenges, understanding concepts, and debugging code."
},
{
"id": "6acc",
"type": "php_bot",
"name": "PHP AI",
"context": "Only answer PHP related question",
"description": "PHP AI assists with PHP programming queries, from basic syntax to advanced web development topics."
},
{
"name": "Geography Bot",
"context": "Answer only geography questions",
"description": "This bot is trained to answer geography qestions",
"id": "3419"
}
]
}