25 lines
708 B
JSON
25 lines
708 B
JSON
{
|
|
"identifier": "AimlFallback",
|
|
"name": "Chatbot Fallback",
|
|
"skillMetadata": {
|
|
"sections": [
|
|
{
|
|
"name": "Options",
|
|
"fields": [
|
|
{
|
|
"name": "enabled",
|
|
"type": "checkbox",
|
|
"label": "Enable chatbot fallback",
|
|
"value": "false"
|
|
},
|
|
{
|
|
"name": "save_loop_threshold",
|
|
"type": "input",
|
|
"label": "Amount of chat lines before saving brain state",
|
|
"value": 5
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |