remove comments

This commit is contained in:
Vikhyath Mondreti
2026-01-16 17:56:02 -08:00
parent 8cc0d0601e
commit 05efe79afd

View File

@@ -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,