From c2674134ae5d6541dc9eddb9b3c872ee9f981fc4 Mon Sep 17 00:00:00 2001 From: Luke Russell Date: Fri, 3 Oct 2025 15:55:49 -0700 Subject: [PATCH] go --- docs/english/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/english/web.md b/docs/english/web.md index 0b689c530..49d6c5871 100644 --- a/docs/english/web.md +++ b/docs/english/web.md @@ -61,7 +61,7 @@ You can have your app's messages stream in to replicate conventional AI chatbot * [`chat_appendStream`](/reference/methods/chat.appendstream) * [`chat_stopStream`](/reference/methods/chat.stopstream) -:::tip [The Python Slack SDK provides a [`chat_stream()`](https://docs.slack.dev/tools/python-slack-sdk/reference/web/client.html#slack_sdk.web.client.WebClient.chat_stream) helper utility to streamline calling these methods.] +:::tip[The Python Slack SDK provides a [`chat_stream()`](https://docs.slack.dev/tools/python-slack-sdk/reference/web/client.html#slack_sdk.web.client.WebClient.chat_stream) helper utility to streamline calling these methods.] See the [_Streaming messages_](/tools/bolt-python/concepts/message-sending#streaming-messages) section of the Bolt for Python docs for implementation instructions.