File size: 588 Bytes
6e90547
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "module_id": "module_01",
    "title": "Basic Input Recognition",
    "description": "Trains Vitalis to correctly categorize basic input types",
    "training_data": [
        {"input": "how do you work", "expected": "QUERY_DETECTED"},
        {"input": "what are you", "expected": "QUERY_DETECTED"},
        {"input": "train me on this", "expected": "TRAINING_SIGNAL"},
        {"input": "learn from this data", "expected": "TRAINING_SIGNAL"},
        {"input": "hello", "expected": "INPUT_RECEIVED"},
        {"input": "build something new", "expected": "INPUT_RECEIVED"}
    ]
}