BotSharp/BotSharp.WebHost/Settings/platforms.OwnThinkAi.json

10 lines
269 B
JSON
Raw Normal View History

2018-10-03 01:44:11 +00:00
{
2019-03-01 04:33:21 +00:00
// if you want to override platform setting, please set corresponding value,
// otherwise you don't need this section.
2019-03-16 16:23:02 +00:00
"ownThinkAi": {
2018-10-22 03:47:51 +00:00
"botEngine": "BotSharpNLU",
"agentStorage": "AgentStorageInFile",
"contextStorage": "ContextStorageInFile"
2018-10-22 03:47:51 +00:00
}
2018-10-03 01:44:11 +00:00
}