Skip to content

Commit

Permalink
Fix documents
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Oct 17, 2024
1 parent 3c993d5 commit 26b31f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/basic/assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def respond_in_assistant_thread(
logger: logging.Logger,
context: BoltContext,
set_status: SetStatus,
client: WebClient,
say: Say,
):
try:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def respond_in_assistant_thread(
context: BoltContext,
set_status: SetStatus,
say: Say,
client: WebClient,
):
try:
# ユーザーにこのbotがリクエストを受信して作業中であることを伝えます
Expand Down

0 comments on commit 26b31f0

Please sign in to comment.