Skip to content
This repository was archived by the owner on Jun 3, 2026. It is now read-only.

Commit 9e017d0

Browse files
authored
Fix: add format message tool to slack bot tool (#559)
Signed-off-by: Daishan Peng <daishan@acorn.io>
1 parent 49a2542 commit 9e017d0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

slack/tool-bot.gpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Name: Slack Bot
33
Description: Tools for interacting with Slack as an App
44
Metadata: bundle: true
5-
Share Tools: Send Direct Message As Bot, List Channels As Bot, Search Channels As Bot, Get Channel History As Bot, Get Channel History By Time As Bot, Get Thread History From Link As Bot, Get Thread History As Bot, Send Message As Bot, Send Message in Thread As Bot, List Users As Bot, Search Users As Bot, Send DM in Thread As Bot, Send Direct Message As Bot, Get Message Link As Bot, Get DM History As Bot, Get DM Thread History As Bot
5+
Share Tools: Send Direct Message As Bot, List Channels As Bot, Search Channels As Bot, Get Channel History As Bot, Get Channel History By Time As Bot, Get Thread History From Link As Bot, Get Thread History As Bot, Send Message As Bot, Send Message in Thread As Bot, List Users As Bot, Search Users As Bot, Send DM in Thread As Bot, Send Direct Message As Bot, Get Message Link As Bot, Get DM History As Bot, Get DM Thread History As Bot, Format Message from ./tool.gpt
66

77
---
88
Name: List Channels As Bot
@@ -201,6 +201,8 @@ When you use the search-messages tool, you can use normal Slack search filters.
201201

202202
Display all dates and times in the user's preferred timezone. When the user gives values for dates and times, assume they are in the user's preferred timezone unless otherwise specified by the user.
203203

204+
Before you are sending a message, call the Format Message tool to format the message.
205+
204206
Use the following guidelines when constructing `query` arguments for the search-messages tool:
205207
- `*` (Wildcard): Matches any number of characters in a term. Example: `dev*` matches "developer", "development", etc.
206208
- `-` (Negation): Excludes a term or modifier by prepending a dash. Example: `-in:#random` excludes results from `#random`, `-update` excludes messages containing "update".

0 commit comments

Comments
 (0)