Slack: expose threadTs in agent sendMessage tool for thread replies

This commit is contained in:
Austin Mudd
2026-01-07 23:25:00 -08:00
committed by Peter Steinberger
parent cb2a365594
commit 1be8d06cca

View File

@@ -151,6 +151,7 @@ export async function sendSlackMessage(
accountId: opts.accountId,
token: opts.token,
mediaUrl: opts.mediaUrl,
threadTs: opts.threadTs,
client: opts.client,
threadTs: opts.threadTs,
});