feat(openai): 新增意图相关接口

This commit is contained in:
Fu Diwei
2021-10-08 18:39:11 +08:00
parent 03d49a0012
commit 75bb97f2f3
41 changed files with 2200 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"intent_list": [
{
"intent_id": 0,
"skill_id": 1,
"name": "测试创建意图1",
"rank_level": 0.65,
"threshold": 0.7,
"switch": false
},
{
"intent_id": 0,
"skill_id": 1,
"name": "测试创建意图2",
"rank_level": 0.75,
"threshold": 0.7,
"switch": true
}
]
}