Skip to content

Commit 26b31f0

Browse files
committed
Fix documents
1 parent 3c993d5 commit 26b31f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docs/content/basic/assistant.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ def respond_in_assistant_thread(
3737
logger: logging.Logger,
3838
context: BoltContext,
3939
set_status: SetStatus,
40+
client: WebClient,
4041
say: Say,
4142
):
4243
try:

docs/i18n/ja-jp/docusaurus-plugin-content-docs/current/basic/assistant.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def respond_in_assistant_thread(
3838
context: BoltContext,
3939
set_status: SetStatus,
4040
say: Say,
41+
client: WebClient,
4142
):
4243
try:
4344
# ユーザーにこのbotがリクエストを受信して作業中であることを伝えます

0 commit comments

Comments
 (0)