I’m working through the Flight Search example to demo Kore.AI BotKit SDK, but there are issues with the config.json and validating JWT in the latest release. Can anybody guarantee that the latest Github release/commit actually works? Or can someone tell me which one I should be using?
In the config.json, there is this:
"credentials": {
"apikey": "tz4fhIiIPg6c1JHnP7tiZBtGfeCtCydlv6rbc6k4acw=",
"appId": "cs-9a909c58-c5a9-569d-aa7c-1f36f94b23ad",
"st-67890":{
"apikey": "test_api_key2",
"appId": "test_app_id2"
}
},
In past commits, it was just:
"credentials": {
"apikey": "test_api_key",
"appId": "test_app_id",
"st-67890":{
"apikey": "test_api_key2",
"appId": "test_app_id2
}
},
I’m also not sure what the difference between these two are.