We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c993d5 commit 26b31f0Copy full SHA for 26b31f0
2 files changed
docs/content/basic/assistant.md
@@ -37,6 +37,7 @@ def respond_in_assistant_thread(
37
logger: logging.Logger,
38
context: BoltContext,
39
set_status: SetStatus,
40
+ client: WebClient,
41
say: Say,
42
):
43
try:
docs/i18n/ja-jp/docusaurus-plugin-content-docs/current/basic/assistant.md
@@ -38,6 +38,7 @@ def respond_in_assistant_thread(
44
# ユーザーにこのbotがリクエストを受信して作業中であることを伝えます
0 commit comments