Slack: expose threadTs in agent sendMessage tool for thread replies
This commit is contained in:
parent
cb2a365594
commit
1be8d06cca
@ -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,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user