feat(openai): 新增技能相关接口

This commit is contained in:
Fu Diwei
2021-10-08 15:42:28 +08:00
parent f54b655efc
commit 3e63bdd247
19 changed files with 690 additions and 2 deletions

View File

@@ -0,0 +1,38 @@
{
"code": 0,
"data": {
"intents": {
"count": 4559,
"list": [
{
"created_time": 1604308818,
"id": 7541523,
"name": "什么是正教?",
"rank_level": 0.8,
"skill_id": 1243671,
"switch": true,
"threshold": 0.8,
"updated_time": 1604309309
}
]
},
"skill": {
"awaken_answer": [],
"awaken_word": "",
"cancel_answer": [],
"cancel_intent_operation": false,
"exist_answer": [],
"exist_word": "",
"id": 1243671,
"intent_count": 0,
"max_round": 10,
"name": "知识图谱",
"no_cancel_answer": [],
"switch": true,
"type": 0,
"wake_open": false
}
},
"msg": "success",
"request_id": "255i0ug8-l9q4-3801-44ft-w7csjn9e5142"
}