mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-17 02:48:02 -05:00
remove comments
This commit is contained in:
@@ -80,8 +80,6 @@ export const slackMessageReaderTool: ToolConfig<
|
||||
'Content-Type': 'application/json',
|
||||
}),
|
||||
body: (params: SlackMessageReaderParams) => {
|
||||
// Agent tool: uses destinationType + dmUserId
|
||||
// Standalone block: no destinationType, sets userId directly
|
||||
const isDM = params.destinationType === 'dm'
|
||||
return {
|
||||
accessToken: params.accessToken || params.botToken,
|
||||
|
||||
Reference in New Issue
Block a user