We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc0d06 commit 05efe79Copy full SHA for 05efe79
apps/sim/tools/slack/message_reader.ts
@@ -80,8 +80,6 @@ export const slackMessageReaderTool: ToolConfig<
80
'Content-Type': 'application/json',
81
}),
82
body: (params: SlackMessageReaderParams) => {
83
- // Agent tool: uses destinationType + dmUserId
84
- // Standalone block: no destinationType, sets userId directly
85
const isDM = params.destinationType === 'dm'
86
return {
87
accessToken: params.accessToken || params.botToken,
0 commit comments