Make your Slack AI app faster
Introduction
In part 1, when we setup our Slack AI app, we observed that while true streaming responses are not currently possible via the Slack SDK, a workaround involving continuously calling chat.update
exists. In this post, we'll update our Slack AI app to use this workaround.