Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/ModelSamples/ThirdParty/Skill/SkillSaveRequest.json

22 lines
446 B
JSON
Raw Normal View History

2021-10-08 15:42:28 +08:00
{
"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": [
"没有可以取消的内容"
]
}