Slack: expose threadTs in agent sendMessage tool for thread replies
parent
cb2a365594
commit
1be8d06cca
|
|
@ -151,6 +151,7 @@ export async function sendSlackMessage(
|
||||||
accountId: opts.accountId,
|
accountId: opts.accountId,
|
||||||
token: opts.token,
|
token: opts.token,
|
||||||
mediaUrl: opts.mediaUrl,
|
mediaUrl: opts.mediaUrl,
|
||||||
|
threadTs: opts.threadTs,
|
||||||
client: opts.client,
|
client: opts.client,
|
||||||
threadTs: opts.threadTs,
|
threadTs: opts.threadTs,
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue