Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/ModelSamples/Bot/BotImportJsonRequest.json

19 lines
395 B
JSON
Raw Normal View History

{
"mode": 0,
"data": [
{
"skill": "吃啥",
"intent": "中午吃什么",
"threshold": "0.9",
"disable": false,
"questions": [
"中午吃什么?",
"中午吃啥?"
],
"answers": [
"面条",
"包子"
]
}
]
}