mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-30 18:34:43 +08:00
feat(openai): 新增技能相关接口
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"id": 1205880,
|
||||
"type": 1,
|
||||
"name": "天气询问",
|
||||
"max_round": 10,
|
||||
"wake_open": true,
|
||||
"awaken_word": "你好",
|
||||
"awaken_answer": [
|
||||
"有什么可以帮忙的吗"
|
||||
],
|
||||
"exist_word": "再见",
|
||||
"exist_answer": [
|
||||
"祝您好运"
|
||||
],
|
||||
"cancel_intent_operation": true,
|
||||
"cancel_answer": [
|
||||
"已取消"
|
||||
],
|
||||
"no_cancel_answer": [
|
||||
"没有可以取消的内容"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user