25 lines
427 B
JSON
25 lines
427 B
JSON
[
|
|
{
|
|
"namespace": "aiFilter",
|
|
"functions": [
|
|
{
|
|
"name": "initConfig",
|
|
"type": "function",
|
|
"async": true,
|
|
"parameters": [
|
|
{ "name": "config", "type": "any" }
|
|
]
|
|
},
|
|
{
|
|
"name": "classify",
|
|
"type": "function",
|
|
"parameters": [
|
|
{
|
|
"name": "msg",
|
|
"type": "any"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|