Dataset Viewer
Auto-converted to Parquet Duplicate
question
stringlengths
27
305
answer
stringlengths
187
1.59k
info
dict
task
stringclasses
1 value
Send a 'hello' message to the general channel
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "hello"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Send a DM to John saying 'Can we sync later?'
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "sync later"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "channels", "where": {"is_dm": {"eq": true}}, "expected_count": 1, "...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Send a DM (group conversation not channel) to Artem and Hubert saying 'Hey, I've took a look at the presentation and I have some questions. Can you help me?'
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "presentation and I have some questions"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "channels", "where": {"is_gc": {"eq": tr...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Create a new channel called 'rl-project'
{"assertions": [{"diff_type": "added", "entity": "channels", "where": {"channel_name": {"i_contains": "rl-project"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Add Morgan Stanley to the 'random' channel
{"assertions": [{"diff_type": "added", "entity": "channel_members", "where": {"user_id": {"eq": "U05MORGAN23"}, "channel_id": {"eq": "C02EFGH5678"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Create a new channel called 'rl-project' and add Morgan Stanley to it
{"assertions": [{"diff_type": "added", "entity": "channels", "where": {"channel_name": {"i_contains": "rl-project"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "channel_members", "where": {"user_id": {"eq": "U05MORGAN23"}}, "expected_count": 1, "ignore_fields"...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Remove John from the #random channel
{"assertions": [{"diff_type": "removed", "entity": "channel_members", "where": {"channel_id": {"eq": "C02EFGH5678"}, "user_id": {"eq": "U02JOHNDOE1"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Archive the #growth channel
{"assertions": [{"diff_type": "changed", "entity": "channels", "where": {"channel_id": {"eq": "C04MNOP3456"}}, "expected_changes": {"is_archived": {"to": true}}, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Reply 'Next monday.' to the most recent message in #general
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"parent_id": {"eq": "1700173200.000456"}, "channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "Next monday"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Reply 'Next monday.' to the to MCP deployment questions in #general
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"parent_id": {"eq": "1700173200.000456"}, "channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "Next monday"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
React with :thumbsup: to the question about lunch in #random
{"assertions": [{"diff_type": "added", "entity": "message_reactions", "where": {"message_id": {"eq": "1699572000.000789"}, "user_id": {"eq": "U01AGENBOT9"}, "reaction_type": {"eq": "thumbsup"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
React with :thumbsup: to the most recent posted message in #general
{"assertions": [{"diff_type": "added", "entity": "message_reactions", "where": {"message_id": {"eq": "1700173200.000456"}, "user_id": {"eq": "U01AGENBOT9"}, "reaction_type": {"eq": "thumbsup"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Change the #general channel topic to 'Weekly standup discussions'
{"assertions": [{"diff_type": "changed", "entity": "channels", "where": {"channel_id": {"eq": "C01ABCD1234"}}, "expected_changes": {"topic_text": {"to": {"contains": "Weekly standup"}}}, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Find the message that says 'Hey team' and edit it to say 'Hello everyone'
{"assertions": [{"diff_type": "changed", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "message_id": {"eq": "1699564800.000123"}}, "expected_changes": {"message_text": {"to": {"contains": "Hello everyone"}}}, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Post to #general mentioning Artem with text 'Please review the pull request'
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "<@U02ARTEM23>"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Send 'System maintenance tonight at 10pm' to both #general and #random
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"message_text": {"contains": "maintenance"}, "channel_id": {"eq": "C01ABCD1234"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"message_text": {"contains": "maintenance"...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Delete the message about new feature you posted in #general
{"assertions": [{"diff_type": "removed", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "new feature"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Copy the two questions from #random and post them both to #general
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "message_text": {"contains": "lunch"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "message_te...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Search for all messages (4 messages) in the #engineering channel related to login issues and combine them into a single new message as DM to Hubert. Do not change the meaning of the original messages just combine them.
{"assertions": [{"diff_type": "added", "entity": "channels", "where": {"is_dm": {"eq": true}, "channel_id": {"regex": "^D"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "channel_members", "where": {"user_id": {"eq": "U06HUBERT23"}, "channel_id": {"regex": "^D"}...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Search for all messages (6 messages) related to login issues and auth improvments. Combine them into a single new message as DM to Hubert. Do not change the meaning of the original messages just combine them.
{"assertions": [{"diff_type": "added", "entity": "channels", "where": {"is_dm": {"eq": true}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "channel_members", "where": {"user_id": {"eq": "U06HUBERT23"}}, "expected_count": 1, "ignore_fields": ["created_at", "updat...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Search for all messages (6 messages) related to login issues and auth improvments. Edit the message in the #engineering channel you sent before without details about issues and add the details about the issues and improvements. Do not change the meaning/ woring of the original messages just combine them.
{"assertions": [{"diff_type": "changed", "entity": "messages", "where": {"channel_id": {"eq": "C03IJKL9012"}, "message_id": {"eq": "1700143200.000999"}}, "expected_changes": {"message_text": {"to": {"contains": "500 errors"}}}, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "changed", "entity": "messages...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
You've replied to one of the messages with a bad joke. Edit it, for 'I will make a proposal for auth improvements tommorow EOD'
{"assertions": [{"diff_type": "changed", "entity": "messages", "where": {"channel_id": {"eq": "C03IJKL9012"}, "parent_id": {"eq": "1700143200.000999"}, "message_id": {"eq": "1700153200.000999"}, "user_id": {"eq": "U01AGENBOT9"}}, "expected_changes": {"message_text": {"to": {"contains": "proposal for auth improvements t...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Send a message to #general saying 'Attention' in bold and 'check logs' in italics. Use Slack Block Kit rich_text blocks with style attributes (bold:true, italic:true).
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "rich_text_section"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "bloc...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Send a bulleted list to #random with three items: 'Bagels', 'Coffee', and 'Donuts'. Use Slack Block Kit rich_text blocks with rich_text_list (style:bullet).
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C02EFGH5678"}, "blocks": {"contains": "rich_text_list"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C02EFGH5678"}, "blocks"...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Do two things using Slack Block Kit: 1) Send a code snippet to #engineering containing `{"status": 200}` using rich_text_preformatted element, and 2) Send a numbered list to #general with items 'Phase 1' and 'Phase 2' using rich_text_list with style:ordered.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C03IJKL9012"}, "blocks": {"contains": "rich_text_preformatted"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, ...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Quote the text 'To be or not to be' in the #random channel. Use Slack Block Kit rich_text blocks with rich_text_quote element.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C02EFGH5678"}, "blocks": {"contains": "rich_text_quote"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Send a table to #growth with headers 'Metric' and 'Value', and one row of data: 'DAU', '1500'. Use Slack Block Kit with a table block type.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C04MNOP3456"}, "blocks": {"contains": "\"type\":\"table\""}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C04MNOP3456"}, "blo...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Send a markdown formatted message to #engineering with a header 'Daily Report' and a bold item '**All Systems Go**'. Use Slack Block Kit with a markdown block type.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C03IJKL9012"}, "blocks": {"contains": "\"type\":\"mrkdwn\""}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Mention @Artem in #general using Slack Block Kit rich_text blocks with a user element type containing Artem's user ID.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "blocks": {"contains": "\"type\":\"user\""}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C01ABCD1234"}, "bloc...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Find the user who complained about 'captcha' in #general and send them a DM saying 'I am looking into this.'
{"assertions": [{"diff_type": "added", "entity": "channels", "where": {"is_dm": {"eq": true}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"user_id": {"eq": "U01AGENBOT9"}, "message_text": {"contains": "looking into this"}}, "expected_count...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Create a new channel called 'auth-force' and invite everyone who has posted about 'login' or 'password'.
{"assertions": [{"diff_type": "added", "entity": "channels", "where": {"channel_name": {"contains": "auth-force"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "channel_members", "where": {"user_id": {"in": ["U01AGENBOT9", "U02JOHNDOE1", "U03ROBERT23", "U05MORGA...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Try to invite the user 'ElonMusk' to #general. If you can't find him, inform me (Hubert) via Slack.
{"assertions": [{"diff_type": "added", "entity": "channel_members", "where": {"channel_id": {"eq": "C01ABCD1234"}}, "expected_count": 0, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "channels", "where": {"is_dm": {"eq": true}}, "expected_count": 1, "ignore_fields": ["created_at", "up...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Who are the admins of the 'Test Workspace'? Reply with their names in #random.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C02EFGH5678"}, "message_text": {"contains": "Robert"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C02EFGH5678"}, "message_t...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Invite the Morgan who is NOT an admin to #random.
{"assertions": [{"diff_type": "added", "entity": "channel_members", "where": {"user_id": {"eq": "U05MORGAN23"}, "channel_id": {"eq": "C02EFGH5678"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Post 'Status update: Alpha is on track' to the alpha dev channel.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C06ALPHADEV"}, "message_text": {"contains": "Status update"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Summarize the discussion about 'Gemini' in #random and post the summary to #engineering.
{"assertions": [{"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C03IJKL9012"}, "message_text": {"contains": "frontend"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}, {"diff_type": "added", "entity": "messages", "where": {"channel_id": {"eq": "C03IJKL9012"}, "message...
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval
Check the discussion in #growth. If the team decided to double down on Reddit, react with :rocket: to the message proposing it.
{"assertions": [{"diff_type": "added", "entity": "message_reactions", "where": {"message_id": {"eq": "1700300240.000005"}, "user_id": {"eq": "U01AGENBOT9"}, "reaction_type": {"eq": "rocket"}}, "expected_count": 1, "ignore_fields": ["created_at", "updated_at"]}]}
{ "impersonate_user_id": "U01AGENBOT9", "seed_template": "slack_bench_default", "service": "slack", "system_prompt": "You are an AI assistant with access to the Slack API.\nUse the execute_python tool to write Python code that interacts with the Slack Web API.\nMake requests to https://api.slack.com/api/ using ...
actionEval

Slack Bench

Slack Bench contains 37 tasks for evaluating AI agents on Slack API operations.

Task Categories

  • Basic messaging: Send messages, DMs, group conversations
  • Channel operations: Create channels, invite users, archive
  • Rich text formatting: Block Kit (bold, italic, code blocks, lists, tables)
  • Thread replies: Reply to specific messages in threads
  • Cross-channel operations: Copy/summarize content between channels
  • User management: Add/remove users from channels
  • Reactions: Add emoji reactions to messages

Files

  • data/train.jsonl
  • dataset_infos.json
  • seeds/slack_bench_default.json

How to run?

Colab: Run Linear-Bench | Docs: Agent Diff Evaluation Docs

Read more

Website: agentdiff.dev | Repo: Github

Downloads last month
4