mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
feat(openai): 新增技能相关接口
This commit is contained in:
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user