feat(slack): update reaction emoji on task completion

Remove the in-progress reaction (reactEmoji) and optionally add a
done reaction (doneEmoji) when the final response is sent, so users
get visual feedback that processing has finished.

Signed-off-by: Sihyeon Jang <sihyeon.jang@navercorp.com>
This commit is contained in:
Sihyeon Jang
2026-03-11 07:40:43 +09:00
committed by Xubin Ren
parent 49fc50b1e6
commit 8aebe20cac
2 changed files with 28 additions and 1 deletions

View File

@@ -13,7 +13,6 @@ class Base(BaseModel):
model_config = ConfigDict(alias_generator=to_camel, populate_by_name=True)
class ChannelsConfig(Base):
"""Configuration for chat channels.